aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gleam/io.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/io.gleam b/src/gleam/io.gleam
index b7f1691..ae0fca9 100644
--- a/src/gleam/io.gleam
+++ b/src/gleam/io.gleam
@@ -14,4 +14,4 @@ external fn erl_print(String) -> DoNotLeak =
pub fn print(string: String) -> Nil {
erl_print(string)
Nil
-} \ No newline at end of file
+}