Skip to content

Commit d8d73ea

Browse files
authored
Merge pull request #59 from SwiftGraphs/zl/fix-concurrency
Zero concurrency warnings
2 parents 8bc6db1 + 7b07bc0 commit d8d73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Grape/Modifiers/GraphForegroundScale.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension EnvironmentValues {
1212
}
1313
}
1414

15-
private struct __Key_graphForegroundScaleEnvironment: SwiftUICore.EnvironmentKey {
15+
private struct __Key_graphForegroundScaleEnvironment: EnvironmentKey {
1616
typealias Value = [AnyHashable: GraphicsContext.Shading]
1717
static var defaultValue: Value { [:] }
1818
}

0 commit comments

Comments
 (0)