Skip to content

Commit

Permalink
Zero concurrency warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Aug 25, 2024
1 parent cb2be25 commit 7b07bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Grape/Modifiers/GraphForegroundScale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extension EnvironmentValues {
}
}

private struct __Key_graphForegroundScaleEnvironment: SwiftUICore.EnvironmentKey {
private struct __Key_graphForegroundScaleEnvironment: EnvironmentKey {
typealias Value = [AnyHashable: GraphicsContext.Shading]
static var defaultValue: Value { [:] }
}
Expand Down

0 comments on commit 7b07bc0

Please sign in to comment.