This commit is contained in:
aycabta 2019-06-26 08:07:58 +09:00
Родитель 0f28094201
Коммит cfa1a18431
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -308,8 +308,6 @@ class RubyLex
def check_newline_depth_difference def check_newline_depth_difference
depth_difference = 0 depth_difference = 0
$stderr.puts ?= * 100
$stderr.puts @tokens.inspect
@tokens.each_with_index do |t, index| @tokens.each_with_index do |t, index|
case t[1] case t[1]
when :on_ignored_nl, :on_nl when :on_ignored_nl, :on_nl