Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKushnir1 authored and AlexKushnir1 committed Sep 10, 2024
1 parent a4bdc7d commit 10d6b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/tests/patch_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct StatusMessage {
}

async fn view_status_state(
worker: &Worker<impl DevNetwork + SponsoredAccountCreator>,
worker: &Worker<impl DevNetwork>,
) -> anyhow::Result<(AccountId, StatusMessage)> {
let wasm = std::fs::read(STATUS_MSG_WASM_FILEPATH)?;
let contract = worker.dev_deploy(&wasm).await.unwrap();
Expand Down

0 comments on commit 10d6b28

Please sign in to comment.