From 73e078cc723888f41f9312c735cc652d23d5d90a Mon Sep 17 00:00:00 2001 From: mertcandav Date: Tue, 1 Oct 2024 12:27:55 +0300 Subject: [PATCH] julefmt: update to latest std/jule/token --- src/main.jule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.jule b/src/main.jule index 4db4970..cbca731 100644 --- a/src/main.jule +++ b/src/main.jule @@ -17,7 +17,7 @@ fn formatFile(path: str) { outln("error: file could not read: " + path) ret }) - mut errors := token::Lex(file, token::Mode.Comment) + mut errors := token::Lex(file, token::LexMode.Comment) if len(errors) > 0 { outln("error: file could not formatted, have error(s): " + path) ret