Skip to content

Commit 2fa08d8

Browse files
Run go fmt formatting
1 parent 6834cec commit 2fa08d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@ func TestCreateScan_VerifyNoMinimalZipCreation_WithContainerImagesFlag(t *testin
28112811

28122812
// Before the fix, this would have triggered createMinimalZipFile
28132813
// After the fix, it should process directory contents normally
2814-
execCmdNilAssertion(t, baseArgs...)
2814+
execCmdNilAssertion(t, baseArgs...)
28152815
}
28162816

28172817
func TestGetGitignorePatterns_DirPath_GitIgnore_NotFound(t *testing.T) {

0 commit comments

Comments
 (0)