Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Apr 26, 2024
1 parent 45893ff commit f1566e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/SourceKitLSPTests/SyntaxRefactorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
//
//===----------------------------------------------------------------------===//

@_spi(Testing) import SourceKitLSP
import SwiftParser
import SwiftRefactor
import SwiftSyntax
import XCTest

@_spi(Testing) import SourceKitLSP

final class SyntaxRefactorTests: XCTestCase {
func testConvertJSONToCodableStructClosure() throws {
try assertRefactor(
Expand Down

0 comments on commit f1566e5

Please sign in to comment.