Skip to content

Commit f5bc9db

Browse files
committed
chore: (fix) lint
1 parent b0b077f commit f5bc9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn resolve_conflict(path: &PathBuf) -> std::io::Result<()> {
124124
.map(|ext| format!(".{}", ext.to_string_lossy()))
125125
.unwrap_or_default();
126126

127-
let new_name = format!("{}_{}{}", stem, timestamp, extension);
127+
let new_name = format!("{stem}_{timestamp}{extension}");
128128

129129
eprintln!(
130130
"{}",

0 commit comments

Comments
 (0)