Skip to content

Commit 7d0a788

Browse files
committed
rubocop --only Layout/IndentationConsistency -a
1 parent 4f61d46 commit 7d0a788

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)