summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-04-03 14:53:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-04-03 14:53:47 +0900
commit0eafa725b94c6cb6b662bedc38f961194bbee79b (patch)
tree24ff9bb6264c94431623a1e33dd9a2a8fc2657f6 /test
parentfa212efe5f669256f915f6f496ecf9b1e366aeb5 (diff)
Fix test code indentation
Diffstat (limited to 'test')
-rw-r--r--test/test_fzf.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_fzf.rb b/test/test_fzf.rb
index fc30476d..d3beb092 100644
--- a/test/test_fzf.rb
+++ b/test/test_fzf.rb
@@ -421,8 +421,8 @@ class TestFZF < MiniTest::Unit::TestCase
["0_____1", [[0, 7], [1, 3]], [7, 7, "0_____1"]],
["0______1", [[0, 8], [1, 3]], [8, 8, "0______1"]]],
FZF.sort(xmatcher.match(list, '01 __', '', '')).map { |tuple|
- tuple << FZF.rank(tuple)
- }
+ tuple << FZF.rank(tuple)
+ }
)
end