From e5a8f936307891a95b0c1cde6fc91e5ce2def886 Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Thu, 4 May 2017 10:40:26 -0700 Subject: [PATCH] Lint and format fix. --- git_lint/reporters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/git_lint/reporters.py b/git_lint/reporters.py index 60bc690..89a356a 100644 --- a/git_lint/reporters.py +++ b/git_lint/reporters.py @@ -66,6 +66,7 @@ def print_help(options, name): for item in options: print(' {:<2} --{:<12} {}'.format((item[0] and ('-' + item[0])) or '', item[1], item[3])) + def print_version(name, version): print(_('{} {} Copyright (c) 2009, 2016 Kennth M. "Elf" Sternberg').format(name, version))