aboutsummaryrefslogtreecommitdiff
path: root/std/io.amal
diff options
context:
space:
mode:
Diffstat (limited to 'std/io.amal')
-rw-r--r--std/io.amal2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io.amal b/std/io.amal
index ea0845f..81626f6 100644
--- a/std/io.amal
+++ b/std/io.amal
@@ -3,4 +3,4 @@ extern const printf: fn(fmt: &c_char, ...) c_int;
pub const print1 = fn(fmt: str) i32 {
return printf(fmt);
-} \ No newline at end of file
+}