Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapyDev committed Aug 15, 2024
1 parent 9da7e39 commit 55b8421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 55b8421

Please sign in to comment.