mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -10,7 +10,9 @@ final class NotifyOverlayController {
|
||||
static let shared = NotifyOverlayController()
|
||||
|
||||
private(set) var model = Model()
|
||||
var isVisible: Bool { self.model.isVisible }
|
||||
var isVisible: Bool {
|
||||
self.model.isVisible
|
||||
}
|
||||
|
||||
struct Model {
|
||||
var title: String = ""
|
||||
|
||||
Reference in New Issue
Block a user