mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32051 from dixitp012/rubocop_single_space
rubocop single space after assignment
This commit is contained in:
commit
f712ef27c5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Minitest::RailsPluginTest < ActiveSupport::TestCase
|
|||
|
||||
private
|
||||
def with_reporter(reporter)
|
||||
old_reporter, Minitest.reporter = Minitest.reporter, reporter
|
||||
old_reporter, Minitest.reporter = Minitest.reporter, reporter
|
||||
|
||||
yield reporter
|
||||
ensure
|
||||
|
|
Loading…
Reference in a new issue