Skip to content

Commit ea1f835

Browse files
committed
Put @_sematics on its own line, thanks to Erik Eckstein for the comment.
1 parent afe416f commit ea1f835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/core/DebuggerSupport.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ public enum _DebuggerSupport {
283283
}
284284
}
285285

286-
@_semantics("stdlib_binary_only") public static func stringForPrintObject(_ value: Any) -> String {
286+
@_semantics("stdlib_binary_only")
287+
public static func stringForPrintObject(_ value: Any) -> String {
287288
var maxItemCounter = Int.max
288289
var refs = Set<ObjectIdentifier>()
289290
var targetStream = ""

0 commit comments

Comments
 (0)