aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-16 06:05:26 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-16 06:05:26 -0400
commit70818f746ce29a429c4bd2302abc0a026ee1e93d (patch)
tree717a0c0f40a95697e8605b451f0fc50dbd904582 /src/server
parent5c2f9e18eda3421d252be59c734e34651c885faf (diff)
Fix issue calculating the absolute range with a file starting with a new line
Diffstat (limited to 'src/server')
-rw-r--r--src/server/diagnostics.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/diagnostics.odin b/src/server/diagnostics.odin
index 411ffbc..821aa74 100644
--- a/src/server/diagnostics.odin
+++ b/src/server/diagnostics.odin
@@ -3,7 +3,6 @@ package server
import "core:log"
import "core:slice"
import "core:strings"
-import "src:common"
DiagnosticType :: enum {
Syntax,