Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Jun 14, 2024
1 parent c0035bf commit 68e40c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/settingsutilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ struct ValueConverter<QVariantList>
template <>
struct ValueConverter<QStringList>
{
static QString convert(const QStringList& t)
{
return t.join(", ");
}
static QString convert(const QStringList& t) { return t.join(", "); }
};

bool shouldLogSetting(const QString& displayName);
Expand Down

0 comments on commit 68e40c4

Please sign in to comment.