Skip to content

Commit

Permalink
Make EnvironmentKey private
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jarvis authored and Ryan Jarvis committed Feb 24, 2024
1 parent 204c6b1 commit 7421da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public struct RichTextKeyboardToolbarConfiguration {
}

/// This environment key defines a `RichTextKeyboardToolbar` configuration.
struct RichTextKeyboardToolbarConfigurationKey: EnvironmentKey {
private struct RichTextKeyboardToolbarConfigurationKey: EnvironmentKey {
public static var defaultValue: RichTextKeyboardToolbarConfiguration = .standard
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public struct RichTextKeyboardToolbarStyle {
}

/// This environment key defines a `RichTextKeyboardToolbar` style.
struct RichTextKeyboardToolbarStyleKey: EnvironmentKey {
private struct RichTextKeyboardToolbarStyleKey: EnvironmentKey {
public static var defaultValue: RichTextKeyboardToolbarStyle = .standard
}

Expand Down

0 comments on commit 7421da7

Please sign in to comment.