Skip to content

Commit 13e71ec

Browse files
committed
chore: Update ROUND_LIMIT constant to use usize instead of i32
1 parent 33ee4a1 commit 13e71ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ impl PluginConstants {
1010
pub const INITIAL_SALADS: i32 = 5;
1111
pub const INITIAL_CARROTS: i32 = 68;
1212

13-
pub const ROUND_LIMIT: i32 = 30;
13+
pub const ROUND_LIMIT: usize = 30;
1414
}

0 commit comments

Comments
 (0)