From 942167e046ba9478ff284408d5752410b091e76a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 30 Oct 2023 15:17:11 -0400 Subject: [PATCH] Format `ui2` --- 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(), } } }