Skip to content

Commit

Permalink
cmd/--repository: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu authored Jul 14, 2024
1 parent 86807d0 commit 3d9879f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/cmd/--repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def self.command_name = "--repository"
sig { override.void }
def run
raise StandardError,
"This command is just here for completions generation. " \
"It's actually defined in `cmd/--repository.sh` instead."
"This command is just here for completions generation. " \
"It's actually defined in `cmd/--repository.sh` instead."
end
end
end
Expand Down

0 comments on commit 3d9879f

Please sign in to comment.