Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed May 4, 2024
1 parent b881870 commit 74acd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cmd/cmd-run.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ func run(cmd *cobra.Command, _ []string) error {
ConflictStrategy: conflictStrategy,
Draft: draft,
Labels: labels,
CloneDir: cloneDir,

CloneDir: cloneDir,

Concurrent: concurrent,

Expand Down
2 changes: 1 addition & 1 deletion tests/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ Repositories with a successful run:
require.Len(t, vcMock.PullRequests, 0)
assert.Equal(t, "Both the feature branch and base branch was named master, if you intended to push directly into the base branch, please use the `skip-pr` option:\n owner/should-not-change\n", runData.out)
},
},
},

{
name: "custom clone dir with relative path",
Expand Down

0 comments on commit 74acd9f

Please sign in to comment.