From decd34a3c8553b196cf7fc2c6539ecc1ae50b33e Mon Sep 17 00:00:00 2001 From: fdai7374 Date: Fri, 3 Feb 2023 19:51:55 +0100 Subject: [PATCH] refactoring: made blahaj more beautiful --- src/builtins/blahaj.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/builtins/blahaj.rs b/src/builtins/blahaj.rs index d6c207f..caa4bd8 100644 --- a/src/builtins/blahaj.rs +++ b/src/builtins/blahaj.rs @@ -6,9 +6,9 @@ pub struct Blahaj; impl Builtin for Blahaj { fn execute(&mut self, _: &mut BuiltinConfig, _: Vec) -> Result<(), ShellError> { println!(" - + ((/ ,(((/ - /((((( + /((((( (/ ((((#(( (// (((((((. *(((/ /(######/ *((((/ @@ -24,6 +24,6 @@ impl Builtin for Blahaj { .. .............,*%%%%#%((((/ **,,,****//*(##((###(#((( &#(#/#((((((((#"); - Ok(()) + Ok(()) } - } \ No newline at end of file +} \ No newline at end of file