Skip to content

Commit 6892b49

Browse files
committed
fix lint
1 parent c96bf07 commit 6892b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/defines/server/grant_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,11 @@ class {'postgresql::server':}
396396
onlyif_exists: true,
397397
}
398398
end
399-
399+
400400
let :pre_condition do
401401
"class {'postgresql::server':}"
402402
end
403-
403+
404404
it { is_expected.to compile.with_all_deps }
405405
it { is_expected.to contain_postgresql__server__grant('test') }
406406
it do
@@ -410,4 +410,4 @@ class {'postgresql::server':}
410410
.with_onlyif(%r{SELECT true FROM pg_tables WHERE tablename = 'mytable'}m)
411411
end
412412
end
413-
end
413+
end

0 commit comments

Comments
 (0)