Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
awygle committed Sep 14, 2022
1 parent 295ec05 commit 66e9f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog/view/server/src/router_request_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ where
}

let query_response = enclave
.collate_shard_query_responses(sealed_query.into(), query_responses)
.collate_shard_query_responses(sealed_query, query_responses)
.map_err(|err| {
router_server_err_to_rpc_status(
"Query: shard response collation",
Expand Down

0 comments on commit 66e9f4a

Please sign in to comment.