diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index 0aac1518010..7f959d49f82 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -3925,4 +3925,4 @@ fn publish_network_message( e )) }) -} \ No newline at end of file +} diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index c24a48a54ed..59a5f4b2e0f 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -1102,4 +1102,4 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { developers. This directory is not pruned, users should be careful to avoid \ filling up their disks.") ) -} \ No newline at end of file +} diff --git a/common/logging/src/sse_logging_components.rs b/common/logging/src/sse_logging_components.rs index 5cc2bff97de..244d09fbd12 100644 --- a/common/logging/src/sse_logging_components.rs +++ b/common/logging/src/sse_logging_components.rs @@ -43,4 +43,4 @@ impl Drain for SSELoggingComponents { } Ok(()) } -} \ No newline at end of file +} diff --git a/validator_client/src/http_api/mod.rs b/validator_client/src/http_api/mod.rs index 0c158ce3519..fa6cde3ed54 100644 --- a/validator_client/src/http_api/mod.rs +++ b/validator_client/src/http_api/mod.rs @@ -1174,4 +1174,4 @@ where response }) -} \ No newline at end of file +}