Skip to content

Commit 0156c06

Browse files
committed
fmt
1 parent 78c6780 commit 0156c06

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/core/contestant.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ auto Contestant::getScore(int index) const -> const QList<QList<int>> & { return
3636

3737
auto Contestant::getTimeUsed(int index) const -> const QList<QList<int>> & { return timeUsed[index]; }
3838

39-
auto Contestant::getMemoryUsed(int index) const -> const QList<QList<qint64>> & {
40-
return memoryUsed[index];
41-
}
39+
auto Contestant::getMemoryUsed(int index) const -> const QList<QList<qint64>> & { return memoryUsed[index]; }
4240

4341
auto Contestant::getJudingTime() const -> QDateTime { return judgingTime; }
4442

0 commit comments

Comments
 (0)