Skip to content

Commit

Permalink
Removed extra whitespace, we can put any whitespace we need in the re…
Browse files Browse the repository at this point in the history
…sources.

Signed-off-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
rolfyone committed Jan 17, 2025
1 parent 70029f1 commit 5025a6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

_ _ _ _
/ \ | | |_ __ _(_)_ __
/ _ \ | | __/ _` | | '__|
/ ___ \| | || (_| | | |
/_/ \_\_|\__\__,_|_|_|
/_/ \_\_|\__\__,_|_|_|
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

____ _ _ _ _
| __ ) ___| | | __ _| |_ _ __(_)_ __
| _ \ / _ \ | |/ _` | __| '__| \ \/ /
| |_) | __/ | | (_| | |_| | | |> <
|____/ \___|_|_|\__,_|\__|_| |_/_/\_\
|____/ \___|_|_|\__,_|\__|_| |_/_/\_\
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

____ _ _
/ ___|__ _ _ __ ___| | | __ _
| | / _` | '_ \ / _ \ | |/ _` |
| |__| (_| | |_) | __/ | | (_| |
\____\__,_| .__/ \___|_|_|\__,_|
|_|
|_|
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

____ _
| _ \ ___ _ __ ___| |__
| | | |/ _ \ '_ \ / _ \ '_ \
| |_| | __/ | | | __/ |_) |
|____/ \___|_| |_|\___|_.__/
|____/ \___|_| |_|\___|_.__/
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

_____ _ _
| ____| | ___ ___| |_ _ __ __ _
| _| | |/ _ \/ __| __| '__/ _` |
| |___| | __/ (__| |_| | | (_| |
|_____|_|\___|\___|\__|_| \__,_|
|_____|_|\___|\___|\__|_| \__,_|
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5025a6d

Please sign in to comment.