Skip to content

Commit

Permalink
Update CourseMetadata.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored and KiritoDv committed May 24, 2024
1 parent 718aeb8 commit 5093e97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/factories/mk64/CourseMetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5093e97

Please sign in to comment.