Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 3f5f326

Browse files
committed
Remove whitespace
1 parent d150c53 commit 3f5f326

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

push-tags

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ passthru('./subtree-split fetch');
3939
foreach ($tags as $tag) {
4040
passthru('./subtree-split push tag ' . escapeshellarg($tag));
4141
}
42-

subtree-split

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ case "$1" in
123123
;;
124124

125125
push)
126-
case "$2" in
126+
case "$2" in
127127
branch)
128128
push_branch $3
129129
;;

0 commit comments

Comments
 (0)