Skip to content

Commit 0b613cf

Browse files
committed
[SourceKit] Test adjustments for improved formatting in BasicFormat
Companion of swiftlang/swift-syntax#2511
1 parent a2a2083 commit 0b613cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/SourceKit/Macros/syntactic_expansion.swift.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ source.edit.kind.active:
1313
source.edit.kind.active:
1414
7:17-7:17 "{
1515
get {
16-
_value.wrappedValue
16+
_value.wrappedValue
1717
}
1818
set {
19-
_value.wrappedValue = newValue
19+
_value.wrappedValue = newValue
2020
}
2121
}"
2222
source.edit.kind.active:
@@ -89,10 +89,10 @@ source.edit.kind.active:
8989
source.edit.kind.active:
9090
7:17-7:17 "{
9191
get {
92-
_value.wrappedValue
92+
_value.wrappedValue
9393
}
9494
set {
95-
_value.wrappedValue = newValue
95+
_value.wrappedValue = newValue
9696
}
9797
}"
9898
source.edit.kind.active:

0 commit comments

Comments
 (0)