Skip to content

Commit

Permalink
Merge pull request #59 from SwiftGraphs/zl/fix-concurrency
Browse files Browse the repository at this point in the history
Zero concurrency warnings
  • Loading branch information
li3zhen1 committed Aug 25, 2024
2 parents 8bc6db1 + 7b07bc0 commit d8d73ea
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 d8d73ea

Please sign in to comment.