Skip to content

Commit

Permalink
Remove superfluous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Chinigo committed Aug 13, 2024
1 parent 6149404 commit 73d7d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/v7/revisions_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ type RevisionsCommand struct {
}

func (cmd RevisionsCommand) Execute(_ []string) error {
cmd.UI.DisplayNewline()

err := cmd.SharedActor.CheckTarget(true, true)
if err != nil {
return err
Expand Down

0 comments on commit 73d7d08

Please sign in to comment.