Skip to content

Commit 559b167

Browse files
author
Sebastian Gumprich
committed
Add empty line after guard clause
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent 06acbe3 commit 559b167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/os_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272

273273
cron_files.each do |cron_file|
274274
next unless file(cron_file).exist?
275+
275276
describe file(cron_file) do
276277
it { should be_owned_by 'root' }
277278
it { should_not be_writable.by('group') }

0 commit comments

Comments
 (0)