From 5709229fdfd26d84178b2a803a089b82d4b4901a Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Sat, 20 May 2023 14:28:33 -0700 Subject: [PATCH] fix: remove weird character Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> --- AltStore/Unstable Features/UnstableFeatures.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Unstable Features/UnstableFeatures.swift b/AltStore/Unstable Features/UnstableFeatures.swift index 641df5bf..3c9d6dff 100644 --- a/AltStore/Unstable Features/UnstableFeatures.swift +++ b/AltStore/Unstable Features/UnstableFeatures.swift @@ -79,7 +79,7 @@ class UnstableFeatures: ObservableObject { } #endif - @inline(__always) // hopefully this will help the compiler realize that if statements that use this function should be removed on non-unstable builds + @inline(__always) // hopefully this will help the compiler realize that if statements that use this function should be removed on non-unstable builds static func enabled(_ feature: AvailableUnstableFeature) -> Bool { #if UNSTABLE shared.features[feature] ?? false