[ruby/syntax_suggest] Removed empty comment
https://github.com/ruby/syntax_suggest/commit/e1d9c83736
This commit is contained in:
parent
e67137fe28
commit
4b21fb125f
@ -28,7 +28,7 @@ module SyntaxSuggest
|
||||
@is_end = false
|
||||
@is_kw = false
|
||||
return if type != :on_kw
|
||||
#
|
||||
|
||||
return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953
|
||||
|
||||
case token
|
||||
|
Loading…
x
Reference in New Issue
Block a user