Skip to content

Commit cb654b1

Browse files
committed
Fix whitespace issues.
1 parent 8a86c48 commit cb654b1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

git-flow-feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,17 +283,17 @@ cmd_finish() {
283283

284284
# update local repo with remote changes first, if asked
285285
if has "$ORIGIN/$BRANCH" "$(git_remote_branches)"; then
286-
if flag fetch; then
287-
git fetch -q "$ORIGIN" "$BRANCH"
288-
fi
286+
if flag fetch; then
287+
git fetch -q "$ORIGIN" "$BRANCH"
288+
fi
289289
fi
290290

291291
if has "$ORIGIN/$BRANCH" "$(git_remote_branches)"; then
292292
require_branches_equal "$BRANCH" "$ORIGIN/$BRANCH"
293293
fi
294294
if has "$ORIGIN/$DEVELOP_BRANCH" "$(git_remote_branches)"; then
295-
require_branches_equal "$DEVELOP_BRANCH" "$ORIGIN/$DEVELOP_BRANCH"
296-
fi
295+
require_branches_equal "$DEVELOP_BRANCH" "$ORIGIN/$DEVELOP_BRANCH"
296+
fi
297297

298298
# if the user wants to rebase, do that first
299299
if flag rebase; then

0 commit comments

Comments
 (0)