mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 02:03:32 +01:00
fix: remove weird character
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class UnstableFeatures: ObservableObject {
|
|||||||
}
|
}
|
||||||
#endif
|
#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 {
|
static func enabled(_ feature: AvailableUnstableFeature) -> Bool {
|
||||||
#if UNSTABLE
|
#if UNSTABLE
|
||||||
shared.features[feature] ?? false
|
shared.features[feature] ?? false
|
||||||
|
|||||||
Reference in New Issue
Block a user