Skip to content

Commit e42d35c

Browse files
committed
mark EnvironmentKey struct as internal
Signed-off-by: Wouter01 <[email protected]>
1 parent fe2f355 commit e42d35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUIMacrosImpl/EnvironmentValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public struct AttachedMacroEnvironmentKey: PeerMacro {
4343

4444
return [
4545
"""
46-
struct EnvironmentKey_\(raw: identifier): EnvironmentKey {
46+
internal struct EnvironmentKey_\(raw: identifier): EnvironmentKey {
4747
static var \(binding)
4848
}
4949
"""

0 commit comments

Comments
 (0)