mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-23 05:12:08 +00:00
Make RuboCop happy
This commit is contained in:
parent
1a32220ca9
commit
e76aa37fd4
@ -3394,7 +3394,7 @@ class TestGoFZF < TestBase
|
||||
end
|
||||
|
||||
def test_gap
|
||||
tmux.send_keys %[seq 100 | #{FZF} --gap --border --reverse], :Enter
|
||||
tmux.send_keys %(seq 100 | #{FZF} --gap --border --reverse), :Enter
|
||||
block = <<~BLOCK
|
||||
╭─────────────────
|
||||
│ >
|
||||
@ -3411,7 +3411,7 @@ class TestGoFZF < TestBase
|
||||
end
|
||||
|
||||
def test_gap_2
|
||||
tmux.send_keys %[seq 100 | #{FZF} --gap=2 --border --reverse], :Enter
|
||||
tmux.send_keys %(seq 100 | #{FZF} --gap=2 --border --reverse), :Enter
|
||||
block = <<~BLOCK
|
||||
╭─────────────────
|
||||
│ >
|
||||
|
Loading…
Reference in New Issue
Block a user