Skip to content

Commit f7b32d2

Browse files
show that we're suppressing the return value
Co-authored-by: Tyler French <[email protected]>
1 parent 06ebf62 commit f7b32d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/tools/builders/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func (r *importReader) findEmbed(first bool) bool {
206206
}
207207
c = r.readByteNoBuf()
208208
if c == '\\' {
209-
r.readByteNoBuf()
209+
_ = r.readByteNoBuf()
210210
if r.err != nil {
211211
r.syntaxError()
212212
return false

0 commit comments

Comments
 (0)