We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d35ea commit c982de7Copy full SHA for c982de7
syft/format/spdxjson/encoder.go
@@ -41,7 +41,7 @@ func DefaultEncoderConfig() EncoderConfig {
41
return EncoderConfig{
42
Version: spdxutil.DefaultVersion,
43
Pretty: false,
44
- Indent: " ",
+ Indent: " ",
45
}
46
47
0 commit comments