Skip to content

Commit f1566e5

Browse files
committed
Format
1 parent 45893ff commit f1566e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/SourceKitLSPTests/SyntaxRefactorTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
@_spi(Testing) import SourceKitLSP
1314
import SwiftParser
1415
import SwiftRefactor
1516
import SwiftSyntax
1617
import XCTest
1718

18-
@_spi(Testing) import SourceKitLSP
19-
2019
final class SyntaxRefactorTests: XCTestCase {
2120
func testConvertJSONToCodableStructClosure() throws {
2221
try assertRefactor(

0 commit comments

Comments
 (0)