From b487603abef02d7f6cfec70ad58ab9db3c0c7d3e Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Wed, 25 Feb 2015 21:48:07 +0100 Subject: [PATCH] minor spacing changes for gofmt compliance --- dbg/dbg.go | 2 +- underscore/source.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dbg/dbg.go b/dbg/dbg.go index 83bf6c5..8c27fa2 100644 --- a/dbg/dbg.go +++ b/dbg/dbg.go @@ -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 // diff --git a/underscore/source.go b/underscore/source.go index 65754ab..7c5df97 100644 --- a/underscore/source.go +++ b/underscore/source.go @@ -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.