Skip to content

Commit

Permalink
Fix newlined
Browse files Browse the repository at this point in the history
Accidental newline between functioncall and assert.NoError
  • Loading branch information
LogFlames authored Jun 17, 2024
1 parent d12adf1 commit 7371473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/buildinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ func TestToCycloneDxBOM(t *testing.T) {
}

cdxBom, err := buildInfo.ToCycloneDxBom()

assert.NoError(t, err)

componentsIsSorted := sort.SliceIsSorted(*cdxBom.Components, func(i, j int) bool {
return (*cdxBom.Components)[i].BOMRef < (*cdxBom.Components)[j].BOMRef
})
Expand Down

0 comments on commit 7371473

Please sign in to comment.