File formatting.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-28 14:48:56 +02:00
parent 686f898259
commit c4b866cb38
45 changed files with 140 additions and 157 deletions

View File

@@ -8,6 +8,6 @@
if (next == nullptr) \
continue; \
auto castNext = dynamic_cast<PkmnLib::Battling::PkmnScript*>(next); \
castNext->hookName(__VA_ARGS__); \
castNext->hookName(__VA_ARGS__); \
} \
}