summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-07-25 16:01:37 -0700
committerMicah Anderson <micah@riseup.net>2017-07-25 16:01:37 -0700
commit7dedd106737effd6c1ba849983e01c0b2866e7f2 (patch)
treedd3aba10559b8c9578f893993cdb78ad51c5b738
parentc0ddb0da43910e9a064e08acf424b2f2a0ccdd88 (diff)
Style: remove tabs, fix language to fit template
The example had many tabs causing my eyes to bleed. It also didn't use the template properly to fix an issue.
-rw-r--r--contrib/leap-commit-template20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/leap-commit-template b/contrib/leap-commit-template
index afc56b2b..73cc6436 100644
--- a/contrib/leap-commit-template
+++ b/contrib/leap-commit-template
@@ -8,13 +8,13 @@
# - Related: #1234
#example:
-#    
-#   Bug: fix apache systemd insanity
-#    
-#   Apache2 systemd autorestart was failing because of #2314432
-#   and it was caused by a gremlin that was entering through a wormhole
-#   caused by #985843, so this commit resolves this wormhole
-#    
-#    # Use one of these things:
-#    [- Fixes|Closes #5234]
-#    [- Related: #1234]
+#
+# Bug: fix apache systemd insanity
+#
+# Apache2 systemd autorestart was failing because of a gremlin that was entering
+# through a wormhole. This fixes #985843 by closing the wormhole so no further
+# gremlins can come through.
+#
+# # Use one of these things:
+# [- Fixes|Closes #5234]
+# [- Related: #1234]