Skip to content

Commit 8e3b9cd

Browse files
authored
fix(ci): fix compilation
1 parent 0c2dedc commit 8e3b9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rivet/src/fmt/mod.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ../ast;
99
import ../utils;
1010
import ../prefs;
1111

12-
var maxLen := [0, 35, 60, 85, 93, 100];
12+
var maxLen := [@as(uint, 0), 35, 60, 85, 93, 100];
1313

1414
#[boxed]
1515
pub struct Formatter {

0 commit comments

Comments
 (0)