refactor: keep break on the same line

This commit is contained in:
Jorge Bucaran 2019-01-12 11:24:54 +09:00
parent 076e12db1a
commit 5cb9b3d7ea
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -462,8 +462,7 @@ end
function _fisher_wait
while for job in $argv
contains -- $job (_fisher_jobs)
and break
contains -- $job (_fisher_jobs); and break
end
end
end