Skip to content

Commit 9afe97c

Browse files
authored
Add trailing newline to ipv6.rs
1 parent a43dd4f commit 9afe97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/consts/std/net/ipv6.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ fn main() {
5050

5151
const IP_V4 : Option<Ipv4Addr> = IP_ADDRESS.to_ipv4();
5252
assert_eq!(IP_V4.unwrap(), Ipv4Addr::new(0, 0, 0, 1));
53-
}
53+
}

0 commit comments

Comments
 (0)