Skip to content

Commit 63e4221

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8714150 commit 63e4221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/XConfigs/Models/SectionItemsModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct SectionItemsModel<Section: Hashable, Item: Hashable>: Hashable {
88
// MARK: Equatable
99

1010
extension SectionItemsModel: Equatable {
11-
public static func == (lhs: Self, rhs: Self) -> Bool {
11+
static func == (lhs: Self, rhs: Self) -> Bool {
1212
lhs.section == rhs.section && lhs.items == rhs.items
1313
}
1414
}

0 commit comments

Comments
 (0)