Skip to content

Commit a61d618

Browse files
committed
stdlib: fix indentation style
1 parent bb6c674 commit a61d618

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,9 @@ extension ${Self} : RangeReplaceableCollection, _ArrayProtocol {
10381038
where S.Iterator.Element == Element {
10391039

10401040
self = ${Self}(
1041-
_buffer: _Buffer(s._copyToContiguousArray()._buffer,
1042-
shiftedToStartIndex: 0))
1041+
_buffer: _Buffer(
1042+
s._copyToContiguousArray()._buffer,
1043+
shiftedToStartIndex: 0))
10431044
}
10441045

10451046
/// Creates a new array containing the specified number of a single, repeated

0 commit comments

Comments
 (0)