Skip to content

Commit c2aa36e

Browse files
committed
utils/github: add trailing comma in create_bump_pr sig
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent ffb108f commit c2aa36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Homebrew/utils/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def self.forked_repo_info!(tap_remote_repo, org: nil)
728728
T::Sig::WithoutRuntime.sig {
729729
params(
730730
info: T::Hash[Symbol, T.untyped],
731-
args: T.any(Homebrew::DevCmd::BumpFormulaPr::Args, Homebrew::DevCmd::BumpCaskPr::Args)
731+
args: T.any(Homebrew::DevCmd::BumpFormulaPr::Args, Homebrew::DevCmd::BumpCaskPr::Args),
732732
).void
733733
}
734734
def self.create_bump_pr(info, args:)

0 commit comments

Comments
 (0)