Skip to content

Commit 9e39c8a

Browse files
committed
Revert "rubocop --only Layout/IndentationConsistency -a"
This reverts commit 7d0a788.
1 parent 7d0a788 commit 9e39c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activesupport/lib/active_support/syntax_error_proxy.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def backtrace_locations
4242
end
4343

4444
private
45-
def parse_message_for_trace
46-
__getobj__.to_s.split("\n")
47-
end
45+
def parse_message_for_trace
46+
__getobj__.to_s.split("\n")
47+
end
4848
end
4949
end

0 commit comments

Comments
 (0)