We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ffa7d commit 439c45aCopy full SHA for 439c45a
1 file changed
compliance/compliance.go
@@ -153,7 +153,6 @@ func CompileGoToTypeScript(t *testing.T, testDir, tempDir, outputDir string, le
153
}); err != nil {
154
t.Fatalf("error while walking: %v", err.Error())
155
}
156
- //
157
158
if cmpErr != nil {
159
t.Fatalf("compilation failed: %v", cmpErr)
0 commit comments