Browse Source

[dev] remove spurious comment

Change-Id: I9172ec10cc25d2e966ccd8d2af94130a546d2792
Damien Neil 8 years ago
parent
commit
055d7b0dba
1 changed files with 0 additions and 2 deletions
  1. 0 2
      protoc-gen-go/golden_test.go

+ 0 - 2
protoc-gen-go/golden_test.go

@@ -115,8 +115,6 @@ func TestGolden(t *testing.T) {
 			return nil
 		}
 
-		//
-
 		cmd := exec.Command("diff", "-u", goldenPath, genPath)
 		out, _ := cmd.CombinedOutput()
 		t.Errorf("golden file differs: %v\n%v", relPath, string(out))