style: format

This commit is contained in:
KobeBryant114514
2024-09-21 21:37:00 +08:00
Unverified
parent 7ba3d9ca2b
commit 9ecb13e7a4
3 changed files with 6 additions and 27 deletions
+2 -10
View File
@@ -115,13 +115,7 @@ void Export_Legacy_GMLib_ModAPI() {
if (!level) {
return;
}
JsonRecipe::registerSmithingTransformRecipe(
recipe_id,
smithing_template,
base,
addition,
result
);
JsonRecipe::registerSmithingTransformRecipe(recipe_id, smithing_template, base, addition, result);
}
);
RemoteCall::exportAs(
@@ -192,7 +186,5 @@ void Export_Legacy_GMLib_ModAPI() {
}
return false;
});
RemoteCall::exportAs("GMLib_ModAPI", "setFixI18nEnabled", []() -> void {
VanillaFix::setFixI18nEnabled();
});
RemoteCall::exportAs("GMLib_ModAPI", "setFixI18nEnabled", []() -> void { VanillaFix::setFixI18nEnabled(); });
}