From 5ff70f7dbab60cda01d0e17e3941c6410d0a890e Mon Sep 17 00:00:00 2001 From: KCaverly Date: Mon, 30 Oct 2023 14:49:31 -0400 Subject: [PATCH] keeping this bad boy green during fmt checks --- crates/ui2/src/elements/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui2/src/elements/icon.rs b/crates/ui2/src/elements/icon.rs index ef3644229685dbfaa2ad466c4d1b242272377479..2273ec24f2369e50bb9152eeedddfd5f9aad8cbf 100644 --- a/crates/ui2/src/elements/icon.rs +++ b/crates/ui2/src/elements/icon.rs @@ -36,7 +36,7 @@ impl IconColor { IconColor::Error => gpui2::red(), IconColor::Warning => gpui2::red(), IconColor::Success => gpui2::red(), - IconColor::Info => gpui2::red() + IconColor::Info => gpui2::red(), } } }