Formatting

This commit is contained in:
Soapydev 2024-08-15 18:25:18 -04:00
parent 9da7e39f9b
commit 55b84219ca

View File

@ -28,7 +28,7 @@ impl Theme {
}
}
pub fn tab_color(&self) -> Color{
pub fn tab_color(&self) -> Color {
match self {
Theme::Default => Color::Rgb(255, 255, 85),
Theme::Compatible => Color::Yellow,