mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] if ([space]…[space]) → if (…), for(…) → for (…), while(…) → while (…), [[space]x, y[space]] → [x, y]
This commit is contained in:
@@ -206,7 +206,7 @@ sortIsUnstableForComparable = """\
|
||||
|
||||
}%
|
||||
|
||||
% for Self in [ 'Sequence', 'MutableCollection' ]:
|
||||
% for Self in ['Sequence', 'MutableCollection']:
|
||||
|
||||
extension ${Self} where Self.Iterator.Element : Comparable {
|
||||
${sortedDocCommentForComparable}
|
||||
|
||||
Reference in New Issue
Block a user