diff options
Diffstat (limited to 'src/server/format.odin')
| -rw-r--r-- | src/server/format.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/format.odin b/src/server/format.odin index 9f30c49..6a95bed 100644 --- a/src/server/format.odin +++ b/src/server/format.odin @@ -5,8 +5,6 @@ import "src:common" import "src:odin/format" import "src:odin/printer" -import "core:log" - FormattingOptions :: struct { tabSize: uint, insertSpaces: bool, //tabs or spaces |