Skip to content

Commit

Permalink
Make RuboCop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Oct 1, 2024
1 parent 1a32220 commit e76aa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ def test_preview_window_noinfo
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
╭─────────────────
│ >
Expand All @@ -3411,7 +3411,7 @@ def test_gap
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
╭─────────────────
│ >
Expand Down

0 comments on commit e76aa37

Please sign in to comment.