From 672c6cad78b102f5736f7a76ebe616e1e47ef557 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 27 Feb 2019 19:32:40 +0900 Subject: Fix indentation [ci skip] --- activerecord/test/cases/scoping/default_scoping_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/scoping/default_scoping_test.rb b/activerecord/test/cases/scoping/default_scoping_test.rb index b9e6f55eac..e7bdab58c6 100644 --- a/activerecord/test/cases/scoping/default_scoping_test.rb +++ b/activerecord/test/cases/scoping/default_scoping_test.rb @@ -418,8 +418,8 @@ class DefaultScopingTest < ActiveRecord::TestCase end def test_unscoped_with_joins_should_not_have_default_scope - assert_equal Comment.joins(:post).sort_by(&:id), - SpecialPostWithDefaultScope.unscoped { Comment.joins(:special_post_with_default_scope).sort_by(&:id) } + assert_equal Comment.joins(:post).sort_by(&:id), + SpecialPostWithDefaultScope.unscoped { Comment.joins(:special_post_with_default_scope).sort_by(&:id) } end def test_sti_association_with_unscoped_not_affected_by_default_scope -- cgit v1.2.3