From 29fb985d91d7837f2f8a48fd57bbf20b15648c5d Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 3 May 2023 14:32:31 +1000 Subject: [PATCH] fmt --- validator_client/src/http_api/mod.rs | 2 +- validator_client/src/http_api/tests.rs | 2 +- validator_client/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/validator_client/src/http_api/mod.rs b/validator_client/src/http_api/mod.rs index 9dc7689731e..2999993807c 100644 --- a/validator_client/src/http_api/mod.rs +++ b/validator_client/src/http_api/mod.rs @@ -1175,4 +1175,4 @@ where response }) -} \ No newline at end of file +} diff --git a/validator_client/src/http_api/tests.rs b/validator_client/src/http_api/tests.rs index 49fa7a4611f..84d2fe437d5 100644 --- a/validator_client/src/http_api/tests.rs +++ b/validator_client/src/http_api/tests.rs @@ -981,4 +981,4 @@ fn web3signer_validator_creation() { .assert_enabled_validators_count(1) .assert_validators_count(1); }); -} \ No newline at end of file +} diff --git a/validator_client/src/lib.rs b/validator_client/src/lib.rs index b965cfb1375..2d4aa571448 100644 --- a/validator_client/src/lib.rs +++ b/validator_client/src/lib.rs @@ -838,4 +838,4 @@ pub fn determine_graffiti( }) .or(validator_definition_graffiti) .or(graffiti_flag) -} \ No newline at end of file +}