mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Make RuboCop happy
This commit is contained in:
@@ -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
|
||||
╭─────────────────
|
||||
│ >
|
||||
|
||||
Reference in New Issue
Block a user