Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhry committed Sep 4, 2024
1 parent 25553d1 commit c870583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ mod test {

let entries = Data {
request: entries,
subscription: subscription,
subscription,
};
let rpc_client = RpcClient::new(MockRpcClientStorage {
data: Arc::new(Mutex::new(entries)),
Expand Down

0 comments on commit c870583

Please sign in to comment.