aboutsummaryrefslogtreecommitdiff
path: root/web/view
diff options
context:
space:
mode:
authorAlexander_Kabui2024-08-02 19:47:24 +0300
committerAlexander_Kabui2024-08-02 19:57:43 +0300
commit0e8e6f36ec24aeb606974941640ebce043b05600 (patch)
tree20f0e95f128e9a24cd75b8dd9f996f8303bf53be /web/view
parent3a8309c76846ae680c7ef6fd38a26b6ca4ec4130 (diff)
downloadgn-guile-0e8e6f36ec24aeb606974941640ebce043b05600.tar.gz
Cleanup: Delete empty lines
Diffstat (limited to 'web/view')
-rw-r--r--web/view/markdown.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/view/markdown.scm b/web/view/markdown.scm
index 8632b8b..4f085bd 100644
--- a/web/view/markdown.scm
+++ b/web/view/markdown.scm
@@ -90,10 +90,6 @@
(close-port output-port)
commit-sha))
-
-
-
-
(define* (commit-file repo file-path content commit-message username email #:optional (prev-commit ""))
(if (string=? prev-commit (get-latest-commit-sha1 repo))
#t