Skip to content

Commit

Permalink
Merge pull request #605 from pocke/Fix_syntax_error
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
pocke authored Jun 14, 2024
2 parents 5e14794 + affc030 commit fbc2541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_bot/merge_ability.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def not_approved_gems
end

def admin_review_required?
return not changed_non_gems.empty?
not changed_non_gems.empty?
end

private
Expand Down

0 comments on commit fbc2541

Please sign in to comment.