mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -29,7 +29,9 @@ struct VoiceWakeSettings: View {
|
||||
private struct AudioInputDevice: Identifiable, Equatable {
|
||||
let uid: String
|
||||
let name: String
|
||||
var id: String { self.uid }
|
||||
var id: String {
|
||||
self.uid
|
||||
}
|
||||
}
|
||||
|
||||
private struct TriggerEntry: Identifiable {
|
||||
|
||||
Reference in New Issue
Block a user