diff options
-rw-r--r-- | usr/gri/pretty/scanner.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/gri/pretty/scanner.go b/usr/gri/pretty/scanner.go index 18e5d5792..05275a0f6 100644 --- a/usr/gri/pretty/scanner.go +++ b/usr/gri/pretty/scanner.go @@ -399,7 +399,6 @@ func (S *Scanner) scanComment() string { if S.ch == '/' { //-style comment - S.next(); for S.ch >= 0 { S.next(); if S.ch == '\n' { |