clang-format: Update common/config.cpp

This commit is contained in:
tomboylover93 2024-12-18 21:15:44 -03:00
parent 7f8e40dbca
commit 498521a753

View File

@ -325,7 +325,7 @@ void setLogFilter(const std::string& type) {
logFilter = type;
}
void setWidgetStyle(const std::string &type) {
void setWidgetStyle(const std::string& type) {
widgetStyle = type;
}