Skip to content

Commit

Permalink
Change useless continue to empty block
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jan 14, 2025
1 parent 5dbe2d3 commit bceffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/bridge/shard_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl ShardRunner {
);
break;
},
_ => continue,
_ => {},
}
}

Expand Down

0 comments on commit bceffa2

Please # to comment.