mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 09:58:38 +00:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -3,8 +3,13 @@ import Foundation
|
||||
|
||||
/// A borderless panel that can still accept key focus (needed for typing).
|
||||
final class WebChatPanel: NSPanel {
|
||||
override var canBecomeKey: Bool { true }
|
||||
override var canBecomeMain: Bool { true }
|
||||
override var canBecomeKey: Bool {
|
||||
true
|
||||
}
|
||||
|
||||
override var canBecomeMain: Bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
enum WebChatPresentation {
|
||||
|
||||
Reference in New Issue
Block a user