Skip to content

Commit 4328d0e

Browse files
authored
Merge pull request rails#46188 from yahonda/follow_up_45081
Address `warning: mismatched indentations` at test_factory_invalid_formatter
2 parents 6d0bafa + b8ffc02 commit 4328d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/query_logs_formatter_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_factory_invalid_formatter
77
assert_raises(ArgumentError) do
88
ActiveRecord::QueryLogs::FormatterFactory.from_symbol(:non_existing_formatter)
99
end
10-
end
10+
end
1111

1212
def test_sqlcommenter_key_value_separator
1313
formatter = ActiveRecord::QueryLogs::FormatterFactory.from_symbol(:sqlcommenter)

0 commit comments

Comments
 (0)