Skip to content

Commit

Permalink
chore: delete unnecessary space character (#3316)
Browse files Browse the repository at this point in the history
Description
---
Delete unnecessary one space character.
  • Loading branch information
Cifko authored Sep 8, 2021
1 parent 5614aee commit a9d079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tari_base_node/src/command_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit a9d079a

Please sign in to comment.