Skip to content

Commit 628b6ae

Browse files
committed
linting fixes
1 parent 72697d5 commit 628b6ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def wait_for_init
229229
kill `cat #{pid_file}`
230230
while [ -f #{pid_file} ] ; do sleep 1 ; done
231231
rm -rf /tmp/#{mysql_name}
232-
EOS
232+
EOS
233233
cmd = '' if v57plus
234234
cmd
235235
end

test/cookbooks/test/recipes/smoke.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
--hex-blob \
8989
--master-data=2 \
9090
-A \ > /root/dump.sql;
91-
EOF
91+
EOF
9292
not_if { ::File.exist?('/root/dump.sql') }
9393
action :run
9494
end

0 commit comments

Comments
 (0)