why does clang-format hate me

This commit is contained in:
trixie 2024-04-22 18:46:11 -04:00
parent d95b708359
commit 5f7c8885be
1 changed files with 1 additions and 2 deletions

View File

@ -290,8 +290,7 @@ void reportQuestStep(const ksys::qst::Quest* quest, int step_index) {
} }
} }
PlayReport::PlayReport(const sead::FixedSafeString<32>& event_id, s32 num_entries, PlayReport::PlayReport(const sead::FixedSafeString<32>& event_id, s32 num_entries, sead::Heap* heap)
sead::Heap* heap)
: ksys::PlayReport(event_id, num_entries, heap) {} : ksys::PlayReport(event_id, num_entries, heap) {}
void PlayReport::addMapType() { void PlayReport::addMapType() {