Skip to content

Commit 8ae7100

Browse files
committed
[WIP] Fix license comment ordering
1 parent f00afb1 commit 8ae7100

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Tests/TracingMacrosTests/TracedTests.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import SwiftSyntaxMacrosTestSupport
2-
import Tracing
3-
import TracingMacros
4-
import TracingMacrosImplementation
51
//===----------------------------------------------------------------------===//
62
//
73
// This source file is part of the Swift Distributed Tracing open source project
@@ -15,6 +11,11 @@ import TracingMacrosImplementation
1511
// SPDX-License-Identifier: Apache-2.0
1612
//
1713
//===----------------------------------------------------------------------===//
14+
15+
import SwiftSyntaxMacrosTestSupport
16+
import Tracing
17+
import TracingMacros
18+
import TracingMacrosImplementation
1819
import XCTest
1920

2021
#if compiler(>=6.0)

0 commit comments

Comments
 (0)