Skip to content

Commit 89516f6

Browse files
committed
cargo fmt
1 parent 59760b4 commit 89516f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

capnp-rpc/test/test.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,9 @@ fn pipelining_return_null() {
384384
let cap = request.send().pipeline.get_cap();
385385
match cap.foo_request().send().promise.await {
386386
Err(ref e) => {
387-
if e.extra.contains("Pipeline call on a request that returned no capabilities") {
387+
if e.extra
388+
.contains("Pipeline call on a request that returned no capabilities")
389+
{
388390
Ok(())
389391
} else {
390392
Err(Error::failed(format!(

0 commit comments

Comments
 (0)