Skip to content

Commit 8a688d7

Browse files
alphagoccgithub-actions[bot]
authored andcommitted
style: format codes
1 parent 101d9b6 commit 8a688d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lemon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,8 @@ void LemonLime::addTaskWithScoreScale(const QString &title,
879879
}
880880
}
881881

882-
auto LemonLime::compareFileName(const std::pair<QString, QString> &a, const std::pair<QString, QString> &b)
883-
-> bool {
882+
auto LemonLime::compareFileName(const std::pair<QString, QString> &a,
883+
const std::pair<QString, QString> &b) -> bool {
884884
return (a.first.length() < b.first.length()) ||
885885
(a.first.length() == b.first.length() && QString::localeAwareCompare(a.first, b.first) < 0);
886886
}

0 commit comments

Comments
 (0)