We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6780 commit 0156c06Copy full SHA for 0156c06
1 file changed
src/core/contestant.cpp
@@ -36,9 +36,7 @@ auto Contestant::getScore(int index) const -> const QList<QList<int>> & { return
36
37
auto Contestant::getTimeUsed(int index) const -> const QList<QList<int>> & { return timeUsed[index]; }
38
39
-auto Contestant::getMemoryUsed(int index) const -> const QList<QList<qint64>> & {
40
- return memoryUsed[index];
41
-}
+auto Contestant::getMemoryUsed(int index) const -> const QList<QList<qint64>> & { return memoryUsed[index]; }
42
43
auto Contestant::getJudingTime() const -> QDateTime { return judgingTime; }
44
0 commit comments