1
This commit is contained in:
Evan Pratten 2023-08-04 20:23:43 -04:00
parent f6888fdc68
commit 4caa610a80

View File

@ -101,4 +101,4 @@ impl From<StaticMap> for (Ipv4Addr, Ipv6Addr) {
fn from(val: StaticMap) -> Self {
(val.ipv4, val.ipv6)
}
}
}