Skip to content

Commit 6a387a2

Browse files
Wiston999jplana
authored andcommitted
Remove empty line at the end of block
1 parent e3954bc commit 6a387a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/config/kubeadm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
expect(config_yaml[2]['conntrack']['tcpEstablishedTimeout']).to eq('0h0m0s')
480480
end
481481
end
482+
482483
context 'with conntrack settings version = 1.16' do
483484
let(:params) do
484485
{
@@ -506,5 +507,4 @@
506507
expect(config_yaml[2]['conntrack']['tcpEstablishedTimeout']).to eq('0h0m0s')
507508
end
508509
end
509-
510510
end

0 commit comments

Comments
 (0)