Skip to content

Commit

Permalink
Update host/src/server/api/v2/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Vujović <[email protected]>
  • Loading branch information
smtmfft and petarvujovic98 authored Sep 19, 2024
1 parent 50c4c8d commit 029809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/server/api/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl From<TaskStatus> for Status {
},
_ => Self::Error {
error: "task_failed".to_string(),
message: format!("Task failed with status: {:?}", status),
message: format!("Task failed with status: {status:?}"),
},
}
}
Expand Down

0 comments on commit 029809e

Please sign in to comment.