Skip to content

Commit

Permalink
refactor: Reduce some uncessary new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Apr 11, 2024
1 parent d1f597b commit 7318eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions test/e2e/quick_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ var _ = Describe("Quick start", Serial, func() {
)
Context(
flavour,
Label(
"provider:"+provider,
),
Label("provider:"+provider),
Label("cni:"+cniProvider),
Label("addonStrategy:"+addonStrategy),
func() {
Expand Down
4 changes: 1 addition & 3 deletions test/e2e/self_hosted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ var _ = Describe("Self-hosted", Serial, func() {
)
Context(
flavour,
Label(
"provider:"+provider,
),
Label("provider:"+provider),
Label("cni:"+cniProvider),
Label("addonStrategy:"+addonStrategy),
func() {
Expand Down

0 comments on commit 7318eac

Please sign in to comment.