Skip to content

Commit e59a081

Browse files
committed
fmt and clippy issues
1 parent b8c86dd commit e59a081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/snapshot/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,12 @@ fn run_cmds(
356356
}
357357
_ => {
358358
panic!("`{cmd}` is not a supported repeat type.\nPossible types are: for-each-block.");
359-
},
359+
}
360360
}
361361
}
362362
_ => {
363363
panic!("`cmds` items can only be strings or inline tables.");
364-
},
364+
}
365365
}
366366
}
367367

0 commit comments

Comments
 (0)