cargo fmt

This commit is contained in:
Justin Starry
2021-10-01 00:51:43 -04:00
parent 5df386ae0e
commit be43512bae

View File

@ -74,7 +74,6 @@ fn main() {
("commit", git_commit_hash.trim().to_string(), String) ("commit", git_commit_hash.trim().to_string(), String)
); );
*/ */
} }
let last_median = get_last_metrics(&"median".to_string(), &db, &name, &branch) let last_median = get_last_metrics(&"median".to_string(), &db, &name, &branch)
.unwrap_or_default(); .unwrap_or_default();