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:
@@ -131,7 +131,9 @@ private struct OverlayBackground: View {
|
||||
}
|
||||
|
||||
extension OverlayBackground: @MainActor Equatable {
|
||||
static func == (lhs: Self, rhs: Self) -> Bool { true }
|
||||
static func == (lhs: Self, rhs: Self) -> Bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
struct CloseHoverButton: View {
|
||||
|
||||
Reference in New Issue
Block a user