Skip to content

Commit

Permalink
show that we're suppressing the return value
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler French <[email protected]>
  • Loading branch information
andyscott and tyler-french authored Sep 28, 2023
1 parent 06ebf62 commit f7b32d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tools/builders/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (r *importReader) findEmbed(first bool) bool {
}
c = r.readByteNoBuf()
if c == '\\' {
r.readByteNoBuf()
_ = r.readByteNoBuf()
if r.err != nil {
r.syntaxError()
return false
Expand Down

0 comments on commit f7b32d2

Please sign in to comment.