Skip to content

Commit 8f5100b

Browse files
committed
Fix linter
1 parent 2e14a8f commit 8f5100b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/syntax_suggest/visitor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize
4040
end
4141

4242
def visit(ast)
43-
super(ast)
43+
super
4444
@consecutive_lines = @consecutive_lines_hash.keys.sort
4545
@consecutive_lines_hash.freeze
4646
@endless_def_offsets.freeze

0 commit comments

Comments
 (0)