Skip to content

Commit

Permalink
remove semicolon causing a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trtsl committed Apr 30, 2021
1 parent 38baf33 commit 77e63bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sharding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() {
#[derive(Clone)]
struct RequestHandler {
nr_shards: usize,
};
}

impl Handler<i32> for RequestHandler {
fn handle(&self, msg: Msg, _src_shard: usize, cur_shard: usize) -> HandlerResult {
Expand Down

0 comments on commit 77e63bf

Please sign in to comment.