Remove unnecessary trailing semicolom (#3619)
This commit is contained in:
committed by
GitHub
parent
4a09fed36c
commit
0acf380320
@@ -103,7 +103,7 @@ impl TableViewItem<PeerColumn> for PeerStats {
|
||||
let other_sum = other_recv_bytes + other_sent_bytes;
|
||||
|
||||
curr_sum.cmp(&other_sum)
|
||||
};
|
||||
}
|
||||
|
||||
let sort_by_addr = || self.addr.cmp(&other.addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user