[Features] Removes redundant public access modifier from SettingsUserInfoKey constants

This commit is contained in:
Riley Testut 2023-04-21 13:34:46 -05:00
parent ef47d78c64
commit 5b4f9ea593

View File

@ -10,8 +10,8 @@ import Foundation
public extension SettingsUserInfoKey public extension SettingsUserInfoKey
{ {
public static let name: SettingsUserInfoKey = "name" static let name: SettingsUserInfoKey = "name"
public static let value: SettingsUserInfoKey = "value" static let value: SettingsUserInfoKey = "value"
} }
public struct SettingsUserInfoKey: RawRepresentable, Hashable, ExpressibleByStringLiteral public struct SettingsUserInfoKey: RawRepresentable, Hashable, ExpressibleByStringLiteral