Skip to content

Commit 049b89c

Browse files
xwuarguiot
andauthored
Update stdlib/private/SwiftPrivate/SwiftPrivate.swift
Co-Authored-By: arguiot <[email protected]>
1 parent 977a955 commit 049b89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivate/SwiftPrivate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public func asHex<T : FixedWidthInteger>(_ x: T) -> String {
2424
public func asHex<S : Sequence>(_ x: S) -> String
2525
where
2626
S.Element : FixedWidthInteger {
27-
return "[ \(x.lazy.map { asHex($0) }.joined(separator: ", ")) ]"
27+
return "[ \(x.lazy.map { asHex($0) }.joined(separator: ", ")) ]"
2828
}
2929

3030
/// Compute the prefix sum of `seq`.

0 commit comments

Comments
 (0)