Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fixed indents
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Feb 3, 2016
1 parent f85b9eb commit e154e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/src/network/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ impl NetworkStats {
#[cfg(test)]
pub fn new() -> NetworkStats {
NetworkStats {
recv: AtomicUsize::new(0),
send: AtomicUsize::new(0),
sessions: AtomicUsize::new(0),
recv: AtomicUsize::new(0),
send: AtomicUsize::new(0),
sessions: AtomicUsize::new(0),
}
}
}

0 comments on commit e154e3e

Please sign in to comment.