Skip to content

Commit 16c93f8

Browse files
authored
Merge pull request #14076 from lattner/fastar-print
2 parents 51c560f + 1287d62 commit 16c93f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ extension Unicode.Scalar : TextOutputStreamable {
621621
}
622622

623623
/// A hook for playgrounds to print through.
624-
public var _playgroundPrintHook : ((String) -> Void)? = {_ in () }
624+
public var _playgroundPrintHook : ((String) -> Void)? = nil
625625

626626
@_fixed_layout // FIXME(sil-serialize-all)
627627
@_versioned // FIXME(sil-serialize-all)

0 commit comments

Comments
 (0)