From 3efdbe2b22e3c5b363dd03da5c693ce7d61eb6c4 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 8 May 2023 17:13:12 +1000 Subject: [PATCH] fmt --- beacon_node/http_api/src/lib.rs | 2 +- validator_client/src/http_api/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index 9aeb810dde9..80712763a7c 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -3929,4 +3929,4 @@ fn publish_network_message( e )) }) -} \ 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 77f1aff55b7..b5bc87a585c 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 +}