Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Feb 9, 2024
1 parent 388d109 commit d086e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mithril-aggregator/src/services/signed_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ mod tests {
std::any::type_name::<T>()
);
let error_message_str = error_message.as_str();
artifact_builder_service

artifact_builder_service
.create_artifact(signed_entity_type, &certificate)
.await
.expect(error_message_str);
Expand Down

0 comments on commit d086e9b

Please sign in to comment.