Skip to content

Commit

Permalink
refactor: fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 14, 2024
1 parent 9d5fdbe commit 604a00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ var sliceKeyTests = []struct {
input: "-foo_bar",
err: `invalid slice reference: "-foo_bar"`,
}, {
input: "foo+_bar",
input: "foo+_bar",
expected: setup.SliceKey{Package: "foo+", Slice: "bar"},
}, {
input: "foo_slice123",
Expand Down

0 comments on commit 604a00b

Please sign in to comment.