From 5502fcd632bb2f280fd3b2b7ae8b272e17deef05 Mon Sep 17 00:00:00 2001 From: Adam Schmalhofer Date: Sun, 7 Jul 2024 11:35:15 +0200 Subject: [PATCH] `cargo fmt --all` fix --- src/engine.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine.rs b/src/engine.rs index 20bb8062..172b9e1f 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -407,7 +407,6 @@ impl Reedline { self } - /// A builder which sets the color to use for the right side of the prompt. #[must_use] pub fn with_prompt_right_color(mut self, color: Color) -> Self {