Skip to content

Commit

Permalink
Downstream only - fix lint error in downtream change (openshift#343)
Browse files Browse the repository at this point in the history
This fixes the PR openshift#334 where one additional line was
in the code. This was not exposed previously as we
did not had downstream CI Lint jobs.

Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc authored and sseago committed Dec 11, 2024
1 parent c07b43a commit 82a4434
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (
)

func TestSetupNewRepoAlgorithms(t *testing.T) {

testCases := []struct {
name string
envVars map[string]string
Expand Down

0 comments on commit 82a4434

Please sign in to comment.