Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Jan 31, 2024
1 parent 0d124bc commit 7980b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AutoMerge/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function _comment_noblock(n)
end

function comment_text_pass(
::NewVersion, suggest_onepointzero::Bool, version::VersionNumber, is_jll::Bool; new_package_waiting_period=nothing
::NewVersion, suggest_onepointzero::Bool, version::VersionNumber, is_jll::Bool; new_package_waiting_period
)
# Need to know this ahead of time to get the section numbers right
suggest_onepointzero &= version < v"1.0.0"
Expand All @@ -171,7 +171,7 @@ function comment_text_pass(
end

function comment_text_pass(
::NewPackage, suggest_onepointzero::Bool, version::VersionNumber, is_jll::Bool; new_package_waiting_period=nothing
::NewPackage, suggest_onepointzero::Bool, version::VersionNumber, is_jll::Bool; new_package_waiting_period
)
suggest_onepointzero &= version < v"1.0.0"
if is_jll
Expand Down

0 comments on commit 7980b1a

Please sign in to comment.