Skip to content

Commit 98b3bf8

Browse files
author
Dave Abrahams
committed
[stdlib] 80 column fix
1 parent 88b4122 commit 98b3bf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stdlib/public/core/StringUTF8.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ extension _StringCore {
9292

9393
extension String {
9494
/// A collection of UTF-8 code units that encodes a `String` value.
95-
public struct UTF8View : Collection, CustomStringConvertible, CustomDebugStringConvertible {
95+
public struct UTF8View
96+
: Collection,
97+
CustomStringConvertible,
98+
CustomDebugStringConvertible {
9699
internal let _core: _StringCore
97100
internal let _startIndex: Index
98101
internal let _endIndex: Index

0 commit comments

Comments
 (0)