Remove some empty spaces

This commit is contained in:
Abhishek Chanda
2017-01-10 17:41:19 +00:00
parent dc1be6df69
commit 4c6e2ef69d

View File

@ -88,10 +88,10 @@ impl IpNetwork {
/// false if it's a valid IPv6 address.
///
/// # Example
///
///
///```
/// use ipnetwork::IpNetwork;
///
///
/// let v4: IpNetwork = IpNetwork::V4("10.9.0.32/16".parse().unwrap());
/// assert_eq!(v4.is_ipv4(), true);
/// assert_eq!(v4.is_ipv6(), false);