Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Jul 20, 2023
1 parent e806b18 commit 52354c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@ pub const fn is_global_ipv6(addr: &Ipv6Addr) -> bool {
|| is_documentation(addr)
|| is_unique_local(addr)
|| is_unicast_link_local(addr))
}
}
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/discovery/enr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ pub fn save_enr_to_disk(dir: &Path, enr: &Enr, log: &slog::Logger) {
);
}
}
}
}
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/peer_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2331,4 +2331,4 @@ mod tests {
})
}
}
}
}
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/rpc/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,4 @@ impl RPCError {
e => e.into(),
}
}
}
}
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/types/pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ impl<T: EthSpec> std::fmt::Display for PubsubMessage<T> {
}
}
}
}
}
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ pub async fn build_linear(
};
}
nodes
}
}
2 changes: 1 addition & 1 deletion boot_node/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ impl BootNodeConfigSerialization {
enable_enr_auto_update: discv5_config.enr_update,
}
}
}
}

0 comments on commit 52354c9

Please sign in to comment.