Skip to content

Commit 7a305e8

Browse files
minor: fix clippy
1 parent 6bd7b39 commit 7a305e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/session/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ macro_rules! client_op {
2020
($client:ident, $body:expr) => {
2121
|$client| async move {
2222
$body.await.unwrap();
23-
};
23+
}
2424
};
2525
}
2626

0 commit comments

Comments
 (0)