Skip to content

Commit c982de7

Browse files
committed
change default to follow rest of code base
1 parent 88d35ea commit c982de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syft/format/spdxjson/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func DefaultEncoderConfig() EncoderConfig {
4141
return EncoderConfig{
4242
Version: spdxutil.DefaultVersion,
4343
Pretty: false,
44-
Indent: " ",
44+
Indent: " ",
4545
}
4646
}
4747

0 commit comments

Comments
 (0)