diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-10-18 10:39:46 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-10-18 01:48:48 +0000 |
commit | 4b21fb125fdd8de7c9c4fef9fab917a0886bea60 (patch) | |
tree | c7e7c61aadb175f2aa8c09a65100913414acbfc3 /lib | |
parent | e67137fe289cd84df41bf26e08588812715957e4 (diff) |
[ruby/syntax_suggest] Removed empty comment
https://github.com/ruby/syntax_suggest/commit/e1d9c83736
Diffstat (limited to 'lib')
-rw-r--r-- | lib/syntax_suggest/lex_value.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/lex_value.rb b/lib/syntax_suggest/lex_value.rb index 008cc105b5..b46a332772 100644 --- a/lib/syntax_suggest/lex_value.rb +++ b/lib/syntax_suggest/lex_value.rb @@ -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 |