Skip to content

Commit

Permalink
🚨 Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Feb 3, 2025
1 parent 0ffe705 commit bc81d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/appraisal/bundler_dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def git_source(source, &block)
private

def eval_gemfile_entry
@eval_gemfile.map { |(p, c)| "eval_gemfile(#{p.inspect}#{", #{c.inspect}" if c})" } * "\n\n"
@eval_gemfile.map do |(p, c)|
"eval_gemfile(#{p.inspect}#{", #{c.inspect}" if c})"
end * "\n\n"
end

alias_method :eval_gemfile_entry_for_dup, :eval_gemfile_entry
Expand Down

0 comments on commit bc81d5d

Please sign in to comment.