From 971aa6eac6a5692444525e0ec8a2d6140f8e5205 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 26 Jan 2020 17:15:09 -0600 Subject: [PATCH] fix(git): rewrote long line Felt like a code smell that my git commit message template wasn't actually wrapped to 72-characters. Went ahead and fixed that. --- gitmessage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitmessage b/gitmessage index 897e0bc..2e283ef 100644 --- a/gitmessage +++ b/gitmessage @@ -16,4 +16,4 @@ # * What is the solution to said problem? # * Are there any side effects or dependencies? # -# The footer should contain a closing reference or link to an issue, if any. +# The footer should contain a closing reference or issue link, if any.