Skip to content

Commit 78ce489

Browse files
committed
Make WidgetLocation Equatable
1 parent 73cf3ab commit 78ce489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/SuggestionWidget/WidgetPositionStrategy.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import AppKit
22
import Foundation
33

4-
struct WidgetLocation {
5-
struct PanelLocation {
4+
public struct WidgetLocation: Equatable {
5+
struct PanelLocation: Equatable {
66
var frame: CGRect
77
var alignPanelTop: Bool
88
}

0 commit comments

Comments
 (0)