From 5cb9b3d7ea9d8669ae1bb73214c471276e846c49 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 12 Jan 2019 11:24:54 +0900 Subject: [PATCH] refactor: keep break on the same line --- fisher.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fisher.fish b/fisher.fish index 527dd0e..fcaf2ef 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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