aboutsummaryrefslogtreecommitdiff
path: root/src/server/format.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/server/format.odin
parent00ccd7e03e17dac40efb9b34a048d968dd77c218 (diff)
ran odinfmt again(it didn't newline at th eof)
Diffstat (limited to 'src/server/format.odin')
-rw-r--r--src/server/format.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/format.odin b/src/server/format.odin
index 3ad492c..40bdaa5 100644
--- a/src/server/format.odin
+++ b/src/server/format.odin
@@ -53,4 +53,4 @@ get_complete_format :: proc (document: ^Document) -> ([]TextEdit, bool) {
*/
return {}, false;
-} \ No newline at end of file
+}