From 383142fdb4c618cd4380c016eacda4a1358eba71 Mon Sep 17 00:00:00 2001 From: David O'Trakoun Date: Thu, 3 Dec 2015 16:56:43 -0500 Subject: [PATCH] spacing --- git-my | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-my b/git-my index cc10224..95c1c36 100755 --- a/git-my +++ b/git-my @@ -219,9 +219,9 @@ _main() { my_branches=$(_merge_lists "$my_remotes" "$local_branches") echo - echo "branches owned by user: $git_user" + echo "branches owned by user: $git_user" echo "compare local/merge to: $remote" - echo "in remote repository: $git_remote" + echo "in remote repository: $git_remote" echo _decorate_merged "$my_branches" "$local_branches" "$merged_remote_branches"