Skip to content

Commit

Permalink
rubocop autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 13, 2024
1 parent 4ba8540 commit f282df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@

it do
is_expected.to contain_firewall('2812 allow Monit inbound traffic').with('jump' => 'accept',
'dport' => '2812',
'proto' => 'tcp')
'dport' => '2812',
'proto' => 'tcp')
end
end

Expand Down

0 comments on commit f282df4

Please sign in to comment.