Skip to content

Commit b4be668

Browse files
committed
resolved build error
1 parent 7ce6f0c commit b4be668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl Iceoryx2Transport {
9090
match Self::determine_message_type(source, sink)? {
9191
MessageType::RpcRequest => {
9292
let Some(sink_uri) = sink else {
93-
Err(UStatus::fail_with_code(
93+
return Err(UStatus::fail_with_code(
9494
UCode::INVALID_ARGUMENT,
9595
"sink required for RpcRequest",
9696
));

0 commit comments

Comments
 (0)