From a149dcd6a2324dfe52faa485ea9db32799d11d67 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:13:28 +0300 Subject: [PATCH] fix indentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d3dea38..cf5cd995 100644 --- a/README.md +++ b/README.md @@ -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(); } }; ```