Skip to content

Commit

Permalink
Remove extra )
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored Oct 1, 2024
1 parent e0e1092 commit 542df57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Help
cmd: T.nilable(String),
empty_argv: T::Boolean,
usage_error: T.nilable(String),
remaining_args: T::Array[String])
remaining_args: T::Array[String]
).void
}
def self.help(cmd = nil, empty_argv: false, usage_error: nil, remaining_args: [])
Expand Down

0 comments on commit 542df57

Please sign in to comment.