Skip to content

Commit 1d7ba7b

Browse files
Update src/cmd_ml/cmd_kcl.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 69fd95a commit 1d7ba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd_ml/cmd_kcl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ mod test {
254254
let tmp = tempfile::tempdir().expect("create temp dir");
255255
std::fs::write(tmp.path().join("main.kcl"), "cube(1)\n").expect("write main");
256256

257-
for idx in 0..=(COPILOT_PROJECT_ENTRY_LIMIT) {
257+
for idx in 0..COPILOT_PROJECT_ENTRY_LIMIT {
258258
std::fs::write(tmp.path().join(format!("extra-{idx}.kcl")), "cube(2)\n").expect("write extra");
259259
}
260260

0 commit comments

Comments
 (0)