Skip to content

Commit 6d561eb

Browse files
committed
fmt
1 parent 4104db5 commit 6d561eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/core/contestant.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ 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<long long>> & { return memoryUsed[index]; }
39+
auto Contestant::getMemoryUsed(int index) const -> const QList<QList<long long>> & {
40+
return memoryUsed[index];
41+
}
4042

4143
auto Contestant::getJudingTime() const -> QDateTime { return judgingTime; }
4244

0 commit comments

Comments
 (0)