Format ui2

This commit is contained in:
Marshall Bowers 2023-10-30 15:17:11 -04:00
parent ba789fc0c4
commit 942167e046

View file

@ -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(),
}
}
}