Skip to content

Commit 7f0a19a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)