From 8e6177601cbf8dc5c44f69adb35e8496080382e5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 9 Jun 2020 23:00:53 -0700 Subject: [PATCH] Strip trailing whitespace in `examples/pre-commit.just` (#644) --- examples/pre-commit.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pre-commit.just b/examples/pre-commit.just index f343dcd..fd1d282 100644 --- a/examples/pre-commit.just +++ b/examples/pre-commit.just @@ -12,9 +12,9 @@ # for git commit and amend to keep pre-commit out of # the way when in flow on a feature branch. -# uses: https://github.com/tekwizely/pre-commit-golang +# uses: https://github.com/tekwizely/pre-commit-golang # uses: https://github.com/prettier/prettier (pre-commit hook) -# configures: https://www.git-town.com/ (setup receipt) +# configures: https://www.git-town.com/ (setup receipt) # fix auto-fixable lint issues in staged files fix: