From f75b719d968ae2245aec95b992dcda9a64fa2b21 Mon Sep 17 00:00:00 2001 From: tomboylover93 <95257311+tomboylover93@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:45:29 -0300 Subject: [PATCH] clang-format: Update main_window_themes.h --- src/qt_gui/main_window_themes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_gui/main_window_themes.h b/src/qt_gui/main_window_themes.h index 9d05031f9..0ec2cce58 100644 --- a/src/qt_gui/main_window_themes.h +++ b/src/qt_gui/main_window_themes.h @@ -7,7 +7,7 @@ #include #include -enum class Theme : int { Dark, Light, Green, Blue, Violet, Gruvbox, TokyoNight}; +enum class Theme : int { Dark, Light, Green, Blue, Violet, Gruvbox, TokyoNight }; class WindowThemes : public QObject { Q_OBJECT