fix indentation

This commit is contained in:
HJfod 2022-07-30 21:13:28 +03:00
parent 56ebed9d81
commit a149dcd6a2

View file

@ -15,11 +15,11 @@ USE_GEODE_NAMESPACE();
class $modify(MenuLayer) {
void onMoreGames(CCObject*) {
        FLAlertLayer::create(
            "Geode",
            "Hello World from my Custom Mod!",
            "OK"
        )->show();
FLAlertLayer::create(
"Geode",
"Hello World from my Custom Mod!",
"OK"
)->show();
}
};
```