Skip to content

Commit

Permalink
Fix main_test.go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Feb 5, 2024
1 parent 2e22679 commit 3f3cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/internal/builder/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestSkipGenerate(t *testing.T) {
err := Generate(cfg)
require.NoError(t, err)
outputFile, err := os.Open(cfg.Distribution.OutputPath)
defer func () {
defer func() {
require.NoError(t, outputFile.Close())
}()
require.NoError(t, err)
Expand Down

0 comments on commit 3f3cf9f

Please sign in to comment.