Skip to content

Commit ad60397

Browse files
Doninelli DavideDoninelli Davide
authored andcommitted
fix space indentation
1 parent 928cdd0 commit ad60397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/corosync_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
case os_facts[:os]['release']['major'].to_i
732732
when 0..7
733733
is_expected.to contain_file('/etc/corosync/corosync.conf').with_validate_cmd(
734-
'/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t'
734+
'/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t'
735735
)
736736
else
737737
is_expected.to contain_file('/etc/corosync/corosync.conf').with_validate_cmd(

0 commit comments

Comments
 (0)