From 63f5b069c19ddac2dea0e5f24181b0505cd576d3 Mon Sep 17 00:00:00 2001 From: Salman Farooq Date: Sun, 22 Dec 2024 05:22:48 +0500 Subject: [PATCH] ui/picker.rs: remove a comment --- helix-term/src/ui/picker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index facecadbf34d..049538bcdf41 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -945,7 +945,7 @@ impl Component for Picker MIN_AREA_WIDTH_FOR_PREVIEW; let picker_width = if render_preview { - area.width * 3 / 8 // makes preview's width greater than the picker's + area.width * 3 / 8 } else { area.width };