diff options
author | Alexander_Kabui | 2024-08-02 19:47:24 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-08-02 19:57:43 +0300 |
commit | 0e8e6f36ec24aeb606974941640ebce043b05600 (patch) | |
tree | 20f0e95f128e9a24cd75b8dd9f996f8303bf53be /web | |
parent | 3a8309c76846ae680c7ef6fd38a26b6ca4ec4130 (diff) | |
download | gn-guile-0e8e6f36ec24aeb606974941640ebce043b05600.tar.gz |
Cleanup: Delete empty lines
Diffstat (limited to 'web')
-rw-r--r-- | web/view/markdown.scm | 4 |
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 |