Skip to content

Commit

Permalink
fix: replace Print with Println (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 2, 2024
1 parent a7f793e commit fd78fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snaps/clean.go
Expand Up @@ -106,7 +106,7 @@ func Clean(m *testing.M, opts ...CleanOpts) {
testEvents.items,
shouldClean && !isCI,
); s != "" {
fmt.Print(s)
fmt.Println(s)
}
}

Expand Down

0 comments on commit fd78fe7

Please sign in to comment.