Skip to content

Commit

Permalink
Update to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored and paketo-bot committed Aug 28, 2024
1 parent c3a3e6a commit 884a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom/internal/formats/common/property_encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func Decode(typ reflect.Type, values map[string]string, prefix string, fn FieldN

isSlice := false
if typ.Kind() == reflect.Slice {
typ = reflect.PtrTo(typ)
typ = reflect.PointerTo(typ)
isSlice = true
}

Expand Down

0 comments on commit 884a7b7

Please sign in to comment.