Skip to content

Commit d766e5a

Browse files
committed
chore(socket): fmt
1 parent 8e99f44 commit d766e5a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

msg-socket/src/stats.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ pub struct SocketStats<S> {
77

88
impl<S: Default> Default for SocketStats<S> {
99
fn default() -> Self {
10-
Self {
11-
specific: S::default(),
12-
}
10+
Self { specific: S::default() }
1311
}
1412
}
15-

0 commit comments

Comments
 (0)