summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-04 07:35:46 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-04 07:35:46 +0100
commit7bdedbffc726bed5510c2bb3d2240bacf20a1fce (patch)
treea73fcfd84cde97b1b4e012acdebee3ea33e58862
parentd209770a5d3382f6b3b4ca493324d0bfee73fe57 (diff)
Remove end line
-rw-r--r--quicknote.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/quicknote.go b/quicknote.go
index df70d97..8629a49 100644
--- a/quicknote.go
+++ b/quicknote.go
@@ -106,4 +106,3 @@ func appendToFile(filename, content string) error {
}
return nil
}
-