Skip to content

Commit e1d9c83

Browse files
committed
Removed empty comment
1 parent c19cf62 commit e1d9c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/syntax_suggest/lex_value.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(line, type, token, state, last_lex = nil)
2828
@is_end = false
2929
@is_kw = false
3030
return if type != :on_kw
31-
#
31+
3232
return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953
3333

3434
case token

0 commit comments

Comments
 (0)