mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 07:13:48 -05:00
Fix test code indentation
This commit is contained in:
@@ -421,8 +421,8 @@ class TestFZF < MiniTest::Unit::TestCase
|
|||||||
["0_____1", [[0, 7], [1, 3]], [7, 7, "0_____1"]],
|
["0_____1", [[0, 7], [1, 3]], [7, 7, "0_____1"]],
|
||||||
["0______1", [[0, 8], [1, 3]], [8, 8, "0______1"]]],
|
["0______1", [[0, 8], [1, 3]], [8, 8, "0______1"]]],
|
||||||
FZF.sort(xmatcher.match(list, '01 __', '', '')).map { |tuple|
|
FZF.sort(xmatcher.match(list, '01 __', '', '')).map { |tuple|
|
||||||
tuple << FZF.rank(tuple)
|
tuple << FZF.rank(tuple)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user