mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
Clean up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use std::sync::LazyLock;
|
||||
use metrics::*;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
pub static NAT_OPEN: LazyLock<Result<IntGaugeVec>> = LazyLock::new(|| {
|
||||
try_create_int_gauge_vec(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pub mod discovery_metrics;
|
||||
pub mod enr_ext;
|
||||
pub mod listen_addr;
|
||||
pub mod unused_port;
|
||||
pub mod discovery_metrics;
|
||||
|
||||
Reference in New Issue
Block a user