Separate do end into multiple lines

This commit is contained in:
L. E. Segovia 2017-10-31 09:54:30 -03:00
parent 917c138eeb
commit c636be07f9
8 changed files with 24 additions and 12 deletions

View File

@ -7,7 +7,9 @@ cask 'with-postflight-multi' do
pkg 'MyFancyPkg/Fancy.pkg'
postflight do end
postflight do
end
postflight do end
postflight do
end
end

View File

@ -7,5 +7,6 @@ cask 'with-postflight' do
pkg 'MyFancyPkg/Fancy.pkg'
postflight do end
postflight do
end
end

View File

@ -7,7 +7,9 @@ cask 'with-preflight-multi' do
pkg 'MyFancyPkg/Fancy.pkg'
preflight do end
preflight do
end
preflight do end
preflight do
end
end

View File

@ -7,5 +7,6 @@ cask 'with-preflight' do
pkg 'MyFancyPkg/Fancy.pkg'
preflight do end
preflight do
end
end

View File

@ -7,7 +7,9 @@ cask 'with-uninstall-postflight-multi' do
pkg 'MyFancyPkg/Fancy.pkg'
uninstall_postflight do end
uninstall_postflight do
end
uninstall_postflight do end
uninstall_postflight do
end
end

View File

@ -7,5 +7,6 @@ cask 'with-uninstall-postflight' do
pkg 'MyFancyPkg/Fancy.pkg'
uninstall_postflight do end
uninstall_postflight do
end
end

View File

@ -7,7 +7,9 @@ cask 'with-uninstall-preflight-multi' do
pkg 'MyFancyPkg/Fancy.pkg'
uninstall_preflight do end
uninstall_preflight do
end
uninstall_preflight do end
uninstall_preflight do
end
end

View File

@ -7,5 +7,6 @@ cask 'with-uninstall-preflight' do
pkg 'MyFancyPkg/Fancy.pkg'
uninstall_preflight do end
uninstall_preflight do
end
end