From 4f5aec46039347c7abc02a10103f35f936f39c2b Mon Sep 17 00:00:00 2001 From: Yury Smolsky Date: Sat, 17 Apr 2021 12:12:28 +0300 Subject: all: remove redundant spaces before . and , Change-Id: I6a4bd2544276d0638bddf07ebcf2ee636db30fea Reviewed-on: https://go-review.googlesource.com/c/go/+/311009 Run-TryBot: Yury Smolsky TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor Trust: Emmanuel Odeke --- src/encoding/gob/decoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding/gob/decoder.go') diff --git a/src/encoding/gob/decoder.go b/src/encoding/gob/decoder.go index 7eb3093391..b476aaac93 100644 --- a/src/encoding/gob/decoder.go +++ b/src/encoding/gob/decoder.go @@ -218,7 +218,7 @@ func (dec *Decoder) DecodeValue(v reflect.Value) error { return dec.err } -// If debug.go is compiled into the program , debugFunc prints a human-readable +// If debug.go is compiled into the program, debugFunc prints a human-readable // representation of the gob data read from r by calling that file's Debug function. // Otherwise it is nil. var debugFunc func(io.Reader) -- cgit v1.3-5-g9baa