mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00
Merge pull request #111 from dmitris/gofmt
minor spacing changes for gofmt compliance
This commit is contained in:
commit
76d7cb8c49
|
@ -282,7 +282,7 @@ func (self *Dbgr) getEmit() _emit {
|
|||
// SetOutput will accept the following as a destination for output:
|
||||
//
|
||||
// *log.Logger Print*/Panic*/Fatal* of the logger
|
||||
// io.Writer -
|
||||
// io.Writer -
|
||||
// nil Reset to the default output (os.Stderr)
|
||||
// "log" Print*/Panic*/Fatal* via the "log" package
|
||||
//
|
||||
|
|
|
@ -3456,6 +3456,7 @@ func underscore() []byte {
|
|||
0x69, 0x73, 0x29, 0x3b, 0x0a,
|
||||
}
|
||||
}
|
||||
|
||||
// Underscore.js 1.4.4
|
||||
// http://underscorejs.org
|
||||
// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud Inc.
|
||||
|
|
Loading…
Reference in New Issue
Block a user