Skip to content

Commit

Permalink
fix: left git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
CoelacanthusHex committed May 28, 2021
1 parent 0e98de1 commit 64d446b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
139
140
13 changes: 0 additions & 13 deletions src/base/LemonConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

namespace Lemon::base::config {

<<<<<<< HEAD
int LemonConfigJudge::read(const QJsonObject &json) {
READ_JSON(json, defaultFullScore);
READ_JSON(json, defaultTimeLimit);
Expand All @@ -21,18 +20,6 @@ namespace Lemon::base::config {
READ_JSON(json, specialJudgeTimeLimit);
READ_JSON(json, fileSizeLimit);
READ_JSON(json, rejudgeTimes);
=======
void LemonConfigJudge::read(const QJsonObject &json) {
READ_JSON_INT(defaultFullScore)
READ_JSON_INT(defaultTimeLimit)
READ_JSON_INT(defaultMemoryLimit)
READ_JSON_INT(compileTimeLimit)
READ_JSON_INT(specialJudgeTimeLimit)
READ_JSON_INT(fileSizeLimit)
READ_JSON_INT(rejudgeTimes)

READ_JSON_DOUBLE(defaultExtraTimeRatio)
>>>>>>> 4862b98 (fix(config): add lost defaultExtraTimeRatio)

READ_JSON(json, defaultInputFileExtension);
READ_JSON(json, defaultOutputFileExtension);
Expand Down

0 comments on commit 64d446b

Please sign in to comment.