Skip to content

Commit 055d7b0

Browse files
committed
[dev] remove spurious comment
Change-Id: I9172ec10cc25d2e966ccd8d2af94130a546d2792
1 parent f7e61e1 commit 055d7b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

protoc-gen-go/golden_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ func TestGolden(t *testing.T) {
115115
return nil
116116
}
117117

118-
//
119-
120118
cmd := exec.Command("diff", "-u", goldenPath, genPath)
121119
out, _ := cmd.CombinedOutput()
122120
t.Errorf("golden file differs: %v\n%v", relPath, string(out))

0 commit comments

Comments
 (0)