From 2960e0b985f2cc6319495eea43042ef353e678ef Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Fri, 8 Nov 2024 01:55:31 -0500 Subject: [PATCH] code needs to be readable --- tui/src/root.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tui/src/root.rs b/tui/src/root.rs index 5ff4c3f8..8120236a 100644 --- a/tui/src/root.rs +++ b/tui/src/root.rs @@ -25,7 +25,11 @@ pub fn create_app_state( ); let warning = FloatingText::new( - "WARNING: You are running this utility as root!\n\nThis means you have full system access and commands can potentially damage your system if used incorrectly.\n\nPlease proceed with caution and make sure you understand what each command does before executing it.".into(), + "\ + WARNING: You are running this utility as root!\n\n\ + This means you have full system access and commands can potentially damage your system if used incorrectly.\n\n\ + Please proceed with caution and make sure you understand what each command does before executing it.\ + ".into(), "Root User Warning", true, );