aboutsummaryrefslogtreecommitdiff
path: root/src/gopher.gleam
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-26 21:53:41 +0000
committerFuwn <[email protected]>2024-07-26 21:53:41 +0000
commit865b0769fda344cb4b6f6a75d9698f5acdc79107 (patch)
tree6e0ec372b62ae895f42c5a5ba0bfb57c9b25c27f /src/gopher.gleam
parentchore: bump version (diff)
downloadmomoka-865b0769fda344cb4b6f6a75d9698f5acdc79107.tar.xz
momoka-865b0769fda344cb4b6f6a75d9698f5acdc79107.zip
fix(gemini): remove assertions
Diffstat (limited to 'src/gopher.gleam')
-rw-r--r--src/gopher.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gopher.gleam b/src/gopher.gleam
index 1c8b277..0ef4f1b 100644
--- a/src/gopher.gleam
+++ b/src/gopher.gleam
@@ -9,7 +9,7 @@ pub fn trim_gopher_line_ending(line) {
|> string.replace("\r", "")
}
-fn terminate_text_line(line) {
+pub fn terminate_text_line(line) {
line <> "\tnull.host\t1\t70"
}