Skip to content

Commit 895e638

Browse files
committed
refactor: remove unnecessary codes
1 parent ae817a7 commit 895e638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rufo/formatter.rb

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ def visit(node)
268268
else
269269
while (current_token_kind == :on_ignored_sp) ||
270270
(current_token_kind == :on_tstring_content)
271-
break if current_token_kind == :on_embexpr_beg
272271
consume_token current_token_kind
273272
end
274273
end

0 commit comments

Comments
 (0)