Skip to content

Commit bceffa2

Browse files
committed
Change useless continue to empty block
1 parent 5dbe2d3 commit bceffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gateway/bridge/shard_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl ShardRunner {
253253
);
254254
break;
255255
},
256-
_ => continue,
256+
_ => {},
257257
}
258258
}
259259

0 commit comments

Comments
 (0)