Add trailing newline to ipv6.rs

This commit is contained in:
CDirkx 2020-09-01 21:36:45 +02:00 committed by GitHub
parent a43dd4f401
commit 9afe97c932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,4 +50,4 @@ fn main() {
const IP_V4 : Option<Ipv4Addr> = IP_ADDRESS.to_ipv4();
assert_eq!(IP_V4.unwrap(), Ipv4Addr::new(0, 0, 0, 1));
}
}