Skip to content

Commit 45fea39

Browse files
committed
remove warning for redundant access control public extension
1 parent ab58d66 commit 45fea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/NetworkingCore/Remote/Remote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public extension Remote {
370370
public static let firstPageNumber: Int = 1
371371
}
372372

373-
public enum PaginationHeaderKey {
373+
enum PaginationHeaderKey {
374374
public static let totalPagesCount = "x-wp-totalpages"
375375
public static let totalCount = "x-wp-total"
376376
}

0 commit comments

Comments
 (0)