Revert "cargo fmt"

This reverts commit be43512bae.
This commit is contained in:
Justin Starry
2021-10-01 00:55:49 -04:00
parent be43512bae
commit b2f7be0351

View File

@ -74,6 +74,7 @@ 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();