Skip to content

Commit

Permalink
Add trailing newline to ipv6.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CDirkx committed Sep 1, 2020
1 parent a43dd4f commit 9afe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/consts/std/net/ipv6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit 9afe97c

Please sign in to comment.