Skip to content

Commit 4a19169

Browse files
committed
Merge pull request #2632 from practicalswift/inconsistent-formatting
[gardening] Fix inconsistent formatting.
2 parents dc4ff8c + 61e4cde commit 4a19169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/HashedCollections.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ public func _setBridgeFromObjectiveCConditional<
15161516
///
15171517
/// var interestingNumbers = ["primes": [2, 3, 5, 7, 11, 13, 15],
15181518
/// "triangular": [1, 3, 6, 10, 15, 21, 28],
1519-
/// "hexagonal": [1, 6, 15, 28, 45, 66, 91] ]
1519+
/// "hexagonal": [1, 6, 15, 28, 45, 66, 91]]
15201520
/// for key in interestingNumbers.keys {
15211521
/// interestingNumbers[key]?.sort(isOrderedBefore: >)
15221522
/// }

0 commit comments

Comments
 (0)