Style fixes.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-26 19:14:22 +01:00
parent 47097cb9fc
commit 41475fcb2f
3 changed files with 5 additions and 6 deletions

View File

@@ -37,10 +37,10 @@ public:
return 0; \
} catch (const ArbUt::Exception& e) { \
ExceptionHandler::SetLastArbUtException(__FUNCTION__, e); \
return PkmnLibException; \
return PkmnLibException; \
} catch (const std::exception& e) { \
ExceptionHandler::SetLastException(__FUNCTION__, e); \
return PkmnLibException; \
return PkmnLibException; \
}
#define SIMPLE_GET_FUNC(type, name, returnType) \