stdlib: fix indentation style

This commit is contained in:
Dmitri Gribenko
2016-07-31 01:58:39 -07:00
parent bb6c6740ca
commit a61d618c9e

View File

@@ -1038,8 +1038,9 @@ extension ${Self} : RangeReplaceableCollection, _ArrayProtocol {
where S.Iterator.Element == Element {
self = ${Self}(
_buffer: _Buffer(s._copyToContiguousArray()._buffer,
shiftedToStartIndex: 0))
_buffer: _Buffer(
s._copyToContiguousArray()._buffer,
shiftedToStartIndex: 0))
}
/// Creates a new array containing the specified number of a single, repeated