Skip to content

Commit b01d78a

Browse files
committed
Merge rust-bitcoin/rust-bitcoin#791: Remove trailing spaces from 'address.rs'
4284c2b Remove trailing spaces from 'address.rs' (Roman Zeyde) Pull request description: ACKs for top commit: dr-orlovsky: ACK 4284c2b Kixunil: ACK 4284c2b Tree-SHA512: 62fb1ea934ed0e089766db84d1a9a218a922272555d89081f5e47ac3a9d236474c8218e1873251961a9562405817e16f2f1ea84731f330813b21898015c1cabd
2 parents 572903c + 7c3d6c0 commit b01d78a

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)