Skip to content

Commit 59205db

Browse files
authored
Merge pull request #45 from ruby/trailing-spaces
Trim trailing spaces in base.rb
2 parents 24f4b44 + 8ce3f6f commit 59205db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/error_highlight/base.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def prism_spot_call_for_args
749749
def prism_spot_local_variable_operator_write_for_name
750750
prism_location(@node.binary_operator_loc.chop)
751751
end
752-
752+
753753
# Example:
754754
# x += 1
755755
# ^
@@ -842,7 +842,7 @@ def prism_spot_constant_path
842842
prism_location(location)
843843
end
844844
end
845-
845+
846846
# Example:
847847
# Foo::Bar += 1
848848
# ^^^^^^^^

0 commit comments

Comments
 (0)