Skip to content

Commit 81b811c

Browse files
committed
fix: lint
1 parent c35affc commit 81b811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/codegen/src/generate_splinter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fn update_categories_file(rules: BTreeMap<String, RuleInfo>) -> Result<()> {
204204

205205
let mut group_entries = vec![" \"splinter\",".to_string()];
206206
for group in groups {
207-
group_entries.push(format!(" \"splinter/{}\",", group));
207+
group_entries.push(format!(" \"splinter/{group}\","));
208208
}
209209
let groups_content = group_entries.join("\n");
210210

0 commit comments

Comments
 (0)