[Features] Removes redundant public access modifier from SettingsUserInfoKey constants
This commit is contained in:
parent
ef47d78c64
commit
5b4f9ea593
@ -10,8 +10,8 @@ import Foundation
|
||||
|
||||
public extension SettingsUserInfoKey
|
||||
{
|
||||
public static let name: SettingsUserInfoKey = "name"
|
||||
public static let value: SettingsUserInfoKey = "value"
|
||||
static let name: SettingsUserInfoKey = "name"
|
||||
static let value: SettingsUserInfoKey = "value"
|
||||
}
|
||||
|
||||
public struct SettingsUserInfoKey: RawRepresentable, Hashable, ExpressibleByStringLiteral
|
||||
|
||||
Loading…
Reference in New Issue
Block a user