Skip to content

Commit a0574b9

Browse files
license-check: Move imports below license header
1 parent 9ff4b39 commit a0574b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Sources/ETCDExample/ETCDExample.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import Dispatch
2-
31
//===----------------------------------------------------------------------===//
42
//
53
// This source file is part of the swift-etcd-client-gsoc open source project
@@ -13,6 +11,8 @@ import Dispatch
1311
// SPDX-License-Identifier: Apache-2.0
1412
//
1513
//===----------------------------------------------------------------------===//
14+
15+
import Dispatch
1616
import ETCD
1717
import NIO
1818

Tests/ETCDTests/ETCDTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import ETCD
2-
import NIO
3-
41
//===----------------------------------------------------------------------===//
52
//
63
// This source file is part of the swift-etcd-client-gsoc open source project
@@ -14,6 +11,9 @@ import NIO
1411
// SPDX-License-Identifier: Apache-2.0
1512
//
1613
//===----------------------------------------------------------------------===//
14+
15+
import ETCD
16+
import NIO
1717
import XCTest
1818

1919
final class EtcdClientTests: XCTestCase {

0 commit comments

Comments
 (0)