diff --git a/usr/gri/pretty/scanner.go b/usr/gri/pretty/scanner.go index 18e5d57921..05275a0f65 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' {