[ruby/syntax_suggest] Removed empty comment

https://github.com/ruby/syntax_suggest/commit/e1d9c83736
This commit is contained in:
Hiroshi SHIBATA 2024-10-18 10:39:46 +09:00 committed by git
parent e67137fe28
commit 4b21fb125f

View File

@ -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