cargo: fmt

This commit is contained in:
Matthew LeVan 2024-06-14 14:34:03 -04:00
parent a7dca29031
commit 63ccdf0832

View File

@ -53,7 +53,7 @@ impl Site {
battery,
context,
jet: warm_result.map(|(jet, _)| jet),
path: warm_result.map(|(_, path)| path).unwrap_or(D(0))
path: warm_result.map(|(_, path)| path).unwrap_or(D(0)),
}
}
}