Skip to content

Commit 0987f62

Browse files
author
Solar Mithril
committed
fmt
1 parent 864de61 commit 0987f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/op-rbuilder/src/payload_builder_vanilla.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ where
313313
}
314314
}
315315
}));
316-
rx.blocking_recv()
317-
.map_err(PayloadBuilderError::from)?
316+
rx.blocking_recv().map_err(PayloadBuilderError::from)?
318317
}
319318
}
320319

0 commit comments

Comments
 (0)