fix indentation

Closes: #274
Approved by: dlrobertson
This commit is contained in:
Derk Bell 2019-02-01 15:58:42 +01:00 committed by Homu
parent a1d3b94f7b
commit 4bb0e5f21a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ impl<'a> Cache<'a> {
}
pub fn fill(&mut self, protocol_addr: IpAddress, hardware_addr: EthernetAddress,
timestamp: Instant) {
timestamp: Instant) {
debug_assert!(protocol_addr.is_unicast());
debug_assert!(hardware_addr.is_unicast());