Skip to content

Commit 1c75416

Browse files
committed
Clean up comment
1 parent 5fa5974 commit 1c75416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/jsondiff/jsondiff_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/rliebz/ghost/internal/jsondiff"
1010
)
1111

12-
// Avoid dealing with ANSI escape sequences in tests.
12+
// Avoid dealing with ANSI escape sequences.
1313
func TestMain(m *testing.M) {
1414
if err := os.Setenv("NO_COLOR", "1"); err != nil {
1515
panic(err)

0 commit comments

Comments
 (0)