aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-03-12 16:38:54 +0100
committerDanielGavin <danielgavin5@hotmail.com>2021-03-12 16:38:54 +0100
commit9b01ac03a7efe6a6589c49a4ce02dff3f723c38a (patch)
tree4c716902376f950d338c3e13c2f26c004a0083fd /src/main.odin
parent00ccd7e03e17dac40efb9b34a048d968dd77c218 (diff)
ran odinfmt again(it didn't newline at th eof)
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index c8587f2..555490d 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -109,4 +109,4 @@ main :: proc () {
init_global_temporary_allocator(mem.megabytes(100));
run(&reader, &writer);
-} \ No newline at end of file
+}