Run cargo fmt

This commit is contained in:
junderw
2023-10-30 20:13:40 -07:00
parent e8d62af6c3
commit 4a85f1dcbb
5 changed files with 112 additions and 113 deletions
+1 -1
View File
@@ -364,4 +364,4 @@ impl MessageType {
_ => Err(format!("Invalid DHCP Message Type: {:?}", val)),
}
}
}
}