Skip to content

Commit dfe5892

Browse files
committed
Fix spacing issue in comment for NewDecoder
Change-Id: I73e3f10f40842f7b7242f6cd94f88e925d2e9d41
1 parent 29a4d7d commit dfe5892

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bson/decode.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func (r *peekLengthReader) Read(b []byte) (int, error) {
152152
// If the value would not fit the type and cannot be converted, it is silently skipped.
153153
//
154154
// Pointer values are initialized when necessary.
155-
156155
func NewDecoder(r io.Reader) Decoder {
157156
return newDecoder(r)
158157
}

0 commit comments

Comments
 (0)