applies formatting and linting
This commit is contained in:
@@ -58,7 +58,10 @@ async fn get_tlm_history(
|
||||
let data = data.pin();
|
||||
match data.get_by_uuid(&uuid) {
|
||||
None => Err(HttpServerResultError::TlmUuidNotFound { uuid }),
|
||||
Some(tlm) => Ok(web::Json(tlm.get(from, to, maximum_resolution, &history_service).await)),
|
||||
Some(tlm) => Ok(web::Json(
|
||||
tlm.get(from, to, maximum_resolution, &history_service)
|
||||
.await,
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user