Skip to content

Commit 7c3d6c0

Browse files
committed
Remove trailing spaces from 'address.rs'
1 parent 2494af9 commit 7c3d6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/address.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ mod test {
332332
services: flags.add(ServiceFlags::WITNESS),
333333
address: [0, 0, 0, 0, 0, 0xffff, 0x0a00, 0x0001],
334334
port: 8333
335-
}),
335+
}),
336336
"The address is: Address {services: ServiceFlags(NETWORK|WITNESS), address: 10.0.0.1, port: 8333}"
337337
);
338338

@@ -341,7 +341,7 @@ mod test {
341341
services: ServiceFlags::NETWORK_LIMITED,
342342
address: [0xFD87, 0xD87E, 0xEB43, 0, 0, 0xffff, 0x0a00, 0x0001],
343343
port: 8333
344-
}),
344+
}),
345345
"The address is: Address {services: ServiceFlags(NETWORK_LIMITED), address: fd87:d87e:eb43::ffff:a00:1, port: 8333}"
346346
);
347347
}

0 commit comments

Comments
 (0)