Skip to content

Commit

Permalink
Merge pull request #30966 from gurgelrenan/patch-1
Browse files Browse the repository at this point in the history
Space between { and | missing.
  • Loading branch information
rafaelfranca committed Oct 24, 2017
2 parents 019583e + a4eed02 commit 4aac0bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ def test
]

def generate_test_dummy(force = false)
opts = (options.dup || {}).keep_if {|k, | PASSTHROUGH_OPTIONS.map(&:to_s).include?(k) }
opts = (options.dup || {}).keep_if { |k, _| PASSTHROUGH_OPTIONS.map(&:to_s).include?(k) }
opts[:force] = force
opts[:skip_bundle] = true
opts[:skip_listen] = true
Expand Down

0 comments on commit 4aac0bf

Please sign in to comment.