mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
Remove unnecessary trailing semicolom (#3619)
This commit is contained in:
parent
4a09fed36c
commit
0acf380320
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue