Skip to content

Commit 93c0673

Browse files
Check that formatting is as expected
1 parent a48ff77 commit 93c0673

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@available(iOS 17, *)
22
#Preview("") {
3-
UIView()
3+
UIView()
44
}
55

66
// RUN: %sourcekitd-test -req=format -line=3 -length=1 %s >%t.response
7+
// RUN: %FileCheck --strict-whitespace %s <%t.response
8+
9+
// CHECK: key.sourcetext: " UIView()"

0 commit comments

Comments
 (0)