From a9d079ab2d805b1ae9f993ccca43502e5a05bfab Mon Sep 17 00:00:00 2001 From: Martin Stefcek <35243812+Cifko@users.noreply.github.com> Date: Wed, 8 Sep 2021 13:34:08 +0200 Subject: [PATCH] chore: delete unnecessary space character (#3316) Description --- Delete unnecessary one space character. --- applications/tari_base_node/src/command_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/tari_base_node/src/command_handler.rs b/applications/tari_base_node/src/command_handler.rs index e4c1105015..76d79551ed 100644 --- a/applications/tari_base_node/src/command_handler.rs +++ b/applications/tari_base_node/src/command_handler.rs @@ -190,7 +190,7 @@ impl CommandHandler { status_line.add_field( "RandomX", format!( - " #{} with flags {:?}", + "#{} with flags {:?}", state_info.borrow().randomx_vm_cnt, state_info.borrow().randomx_vm_flags ),