Skip to content

Commit b6250ee

Browse files
committed
fix indentation error
1 parent faba513 commit b6250ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/public/core/Flatten.swift.gyb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ extension LazyCollectionProtocol
416416
Elements : ${collectionForTraversal(traversal)},
417417
% end
418418
${constraints % {'Base': 'Elements.'}}
419-
{
420-
/// A concatenation of the elements of `self`.
421-
public func joined() -> LazyCollection<${Collection}<Elements>> {
422-
return ${Collection}(elements).lazy
419+
{
420+
/// A concatenation of the elements of `self`.
421+
public func joined() -> LazyCollection<${Collection}<Elements>> {
422+
return ${Collection}(elements).lazy
423423
}
424424

425425
@available(*, unavailable, renamed: "joined()")

0 commit comments

Comments
 (0)