summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-05-22 19:26:43 -0600
committerLywx <kiritodev01@gmail.com>2024-05-24 17:05:56 -0600
commit5093e972d2fa48f2e039bcf8bdfebaf81cb00291 (patch)
treef012b6189e9b49948fbf25c7e64453e208ac0a7a /src
parent718aeb89374691e3ac0d634f0630b873b5ac5a6d (diff)
Update CourseMetadata.cpp
Diffstat (limited to 'src')
-rw-r--r--src/factories/mk64/CourseMetadata.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/factories/mk64/CourseMetadata.cpp b/src/factories/mk64/CourseMetadata.cpp
index 509dcc5..6ee7d9b 100644
--- a/src/factories/mk64/CourseMetadata.cpp
+++ b/src/factories/mk64/CourseMetadata.cpp
@@ -15,8 +15,6 @@ ExportResult MK64::CourseMetadataCodeExporter::Export(std::ostream &write, std::
throw std::runtime_error("Course metadata null");
}
-
-
// Sort the data by id, 0 to 20 and beyond.
std::sort(metadata.begin(), metadata.end(),
[this](const CourseMetadata& a, const CourseMetadata& b) {