Skip to content

Commit

Permalink
remove else branch from select
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Oct 20, 2023
1 parent 4677336 commit 1067221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bin/external_node/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ async fn main() -> anyhow::Result<()> {
}
break
}
else => break
}
}

Expand Down

0 comments on commit 1067221

Please sign in to comment.