Skip to content

Commit 1733675

Browse files
lzrdjclulow
andauthored
Update github/dbtool/src/main.rs
Co-authored-by: Joshua M. Clulow <[email protected]>
1 parent 3161ba3 commit 1733675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/dbtool/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl Stuff {
6969
std::fs::DirBuilder::new().mode(0o700).recursive(true).create(&out)?;
7070
out.push(set);
7171
std::fs::DirBuilder::new().mode(0o700).recursive(true).create(&out)?;
72-
out.push(format!("{}.json", file));
72+
out.push(format!("{file}.json"));
7373
Ok(out)
7474
}
7575
}

0 commit comments

Comments
 (0)