keeping this bad boy green during fmt checks

This commit is contained in:
KCaverly
2023-10-30 14:49:31 -04:00
parent d5077d9d0c
commit 5ff70f7dba
+1 -1
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(),
}
}
}