Strip trailing whitespace in examples/pre-commit.just (#644)

This commit is contained in:
Casey Rodarmor 2020-06-09 23:00:53 -07:00 committed by GitHub
parent d7a51e72f5
commit 8e6177601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@
# for git commit and amend to keep pre-commit out of # for git commit and amend to keep pre-commit out of
# the way when in flow on a feature branch. # 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) # 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 auto-fixable lint issues in staged files
fix: fix: