Skip to content

Commit 703d83a

Browse files
committed
Fix order of imports in LRUCacheTests.swift.
1 parent 2e8b39f commit 703d83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftCompilerPluginTest/LRUCacheTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
import SwiftSyntax
1413
@_spi(Testing) import SwiftCompilerPluginMessageHandling
14+
import SwiftSyntax
1515
import XCTest
1616

1717
final class LRUCacheTests: XCTestCase {

0 commit comments

Comments
 (0)