feat: add correction
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-07 16:44:23 +02:00
parent b7b2992730
commit 8a80480d94
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -94,7 +94,7 @@ impl Mad {
let close_result = self.close_components().await; let close_result = self.close_components().await;
tracing::info!("mad is closing down"); tracing::info!("mad is closed down");
match (run_result, close_result) { match (run_result, close_result) {
(Err(run), Err(close)) => { (Err(run), Err(close)) => {
return Err(MadError::AggregateError(AggregateError { return Err(MadError::AggregateError(AggregateError {