mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -18,7 +18,9 @@ final class VoiceWakeOverlayController {
|
||||
enum Source: String { case wakeWord, pushToTalk }
|
||||
|
||||
var model = Model()
|
||||
var isVisible: Bool { self.model.isVisible }
|
||||
var isVisible: Bool {
|
||||
self.model.isVisible
|
||||
}
|
||||
|
||||
struct Model {
|
||||
var text: String = ""
|
||||
|
||||
Reference in New Issue
Block a user