From dd065f67cf8d2eb922d80fd91a1de21e0d20ca3c Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 23 Nov 2019 17:06:51 +0530 Subject: [PATCH] git-worktree: Fix indentation --- checkout-branch-worktree | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/checkout-branch-worktree b/checkout-branch-worktree index bbb9871d43..ddbce1e02a 100755 --- a/checkout-branch-worktree +++ b/checkout-branch-worktree @@ -88,9 +88,7 @@ if __name__ == "__main__": help='The directory where to checkout the new worktree') parser.add_argument('branch', metavar='branch', type=str, help='The branch to checkout') - parser.add_argument("--no-color", - default=False, - action='store_true', + parser.add_argument("--no-color", default=False, action='store_true', help="Do not output ansi colors.") options = parser.parse_args()