From 5025a6d1d02341c65cc4a7124437aa039aba6540 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Fri, 17 Jan 2025 13:53:00 +1000 Subject: [PATCH] Removed extra whitespace, we can put any whitespace we need in the resources. Signed-off-by: Paul Harris --- .../spec/src/main/resources/tech/pegasys/teku/spec/altair.txt | 3 +-- .../src/main/resources/tech/pegasys/teku/spec/bellatrix.txt | 3 +-- .../spec/src/main/resources/tech/pegasys/teku/spec/capella.txt | 3 +-- .../spec/src/main/resources/tech/pegasys/teku/spec/deneb.txt | 3 +-- .../spec/src/main/resources/tech/pegasys/teku/spec/electra.txt | 3 +-- .../tech/pegasys/teku/infrastructure/logging/EventLogger.java | 2 +- 6 files changed, 6 insertions(+), 11 deletions(-) diff --git a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/altair.txt b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/altair.txt index 1844614abb5..d1a016de709 100644 --- a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/altair.txt +++ b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/altair.txt @@ -1,6 +1,5 @@ - _ _ _ _ / \ | | |_ __ _(_)_ __ / _ \ | | __/ _` | | '__| / ___ \| | || (_| | | | - /_/ \_\_|\__\__,_|_|_| + /_/ \_\_|\__\__,_|_|_| \ No newline at end of file diff --git a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/bellatrix.txt b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/bellatrix.txt index 761b000ebc6..20dab0ff9f1 100644 --- a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/bellatrix.txt +++ b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/bellatrix.txt @@ -1,6 +1,5 @@ - ____ _ _ _ _ | __ ) ___| | | __ _| |_ _ __(_)_ __ | _ \ / _ \ | |/ _` | __| '__| \ \/ / | |_) | __/ | | (_| | |_| | | |> < - |____/ \___|_|_|\__,_|\__|_| |_/_/\_\ + |____/ \___|_|_|\__,_|\__|_| |_/_/\_\ \ No newline at end of file diff --git a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/capella.txt b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/capella.txt index 52a9f83a40e..5f1ad54f7e9 100644 --- a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/capella.txt +++ b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/capella.txt @@ -1,7 +1,6 @@ - ____ _ _ / ___|__ _ _ __ ___| | | __ _ | | / _` | '_ \ / _ \ | |/ _` | | |__| (_| | |_) | __/ | | (_| | \____\__,_| .__/ \___|_|_|\__,_| - |_| + |_| \ No newline at end of file diff --git a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/deneb.txt b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/deneb.txt index f9761aa8485..bbedac55c97 100644 --- a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/deneb.txt +++ b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/deneb.txt @@ -1,6 +1,5 @@ - ____ _ | _ \ ___ _ __ ___| |__ | | | |/ _ \ '_ \ / _ \ '_ \ | |_| | __/ | | | __/ |_) | - |____/ \___|_| |_|\___|_.__/ + |____/ \___|_| |_|\___|_.__/ \ No newline at end of file diff --git a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/electra.txt b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/electra.txt index e532dcd5a86..a44b573d675 100644 --- a/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/electra.txt +++ b/ethereum/spec/src/main/resources/tech/pegasys/teku/spec/electra.txt @@ -1,6 +1,5 @@ - _____ _ _ | ____| | ___ ___| |_ _ __ __ _ | _| | |/ _ \/ __| __| '__/ _` | | |___| | __/ (__| |_| | | (_| | - |_____|_|\___|\___|\__|_| \__,_| + |_____|_|\___|\___|\__|_| \__,_| \ No newline at end of file diff --git a/infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging/EventLogger.java b/infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging/EventLogger.java index 626c067bb06..a7cd7228153 100644 --- a/infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging/EventLogger.java +++ b/infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging/EventLogger.java @@ -251,7 +251,7 @@ public void networkUpgradeActivated( } else { info( String.format( - "Milestone *** Epoch: %s, Activating network upgrade: %s\n%s\n", + "Milestone *** Epoch: %s, Activating network upgrade: %s\n%s", nodeEpoch, upgradeName, banner), Color.GREEN); }