Skip to content

Commit 7a9a287

Browse files
chungquantingithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 59e7665 commit 7a9a287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/src/util/file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ pub fn database_path(name: &str, id: Option<i32>) -> String {
4646
}
4747
.join(format!("edma-{}-{}", name, id));
4848

49-
String::from(format!("{}:", name)) + &path_to_string(&path).unwrap()
49+
format!("{}:", name) + &path_to_string(&path).unwrap()
5050
}

0 commit comments

Comments
 (0)