From db7f06fc736d81b9919edc5c3ce25a9d6f38503f Mon Sep 17 00:00:00 2001 From: BZLZHH <69153940+BZLZHH@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:34:03 +0800 Subject: [PATCH] [Docs] (README): Remove redundant space characters. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c18a71..090e579 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ #if MG_MOBILEGLUES_VERSION >= 1270 // Logic for MobileGlues (version >= V1.2.7) #else - // Logic for MobileGlues (version < V1.2.7) + // Logic for MobileGlues (version < V1.2.7) #endif #else // ...