Skip to content

Commit

Permalink
Fixing clippy warning on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 4, 2023
1 parent 5f14c11 commit 7b7de96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bonsaidb-client/src/client/wasm_websocket_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async fn send_request(
}
};
match ws.send_with_u8_array(&bytes) {
Ok(_) => {
Ok(()) => {
outstanding_requests.insert(
pending.request.id.expect("all requests must have ids"),
pending,
Expand Down

0 comments on commit 7b7de96

Please sign in to comment.