]> Repositories - zlox.git/blobdiff - Token.zig
Fix style and refactor
[zlox.git] / Token.zig
index bf988d89fbdef594afe4f256a2e52eaee0b68926..96f83784835e5abe25555d7215d48f76867ad3fb 100644 (file)
--- a/Token.zig
+++ b/Token.zig
@@ -1,5 +1,5 @@
 const std = @import("std");
 const std = @import("std");
-const TokenType = @import("token-type.zig").TokenType;
+const TokenType = @import("token_type.zig").TokenType;
 const Token = @This();
 
 type: TokenType,
 const Token = @This();
 
 type: TokenType,