mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 07:01:40 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -10,7 +10,9 @@ enum SoundEffectCatalog {
|
||||
return ["Glass"] + sorted
|
||||
}
|
||||
|
||||
static func displayName(for raw: String) -> String { raw }
|
||||
static func displayName(for raw: String) -> String {
|
||||
raw
|
||||
}
|
||||
|
||||
static func url(for name: String) -> URL? {
|
||||
self.discoveredSoundMap[name]
|
||||
|
||||
Reference in New Issue
Block a user