Skip to content

Commit 9ac7a20

Browse files
mdznrxwu
andcommitted
Correct indentation
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent afc6a3a commit 9ac7a20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Guides/Partition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ extension Collection {
8585
}
8686

8787
extension Sequence {
88-
public func partitioned(
89-
_ belongsInSecondCollection: (Element) throws -> Bool
90-
) rethrows -> ([Element], [Element])
88+
public func partitioned(
89+
_ belongsInSecondCollection: (Element) throws -> Bool
90+
) rethrows -> ([Element], [Element])
9191
}
9292
```
9393

0 commit comments

Comments
 (0)