File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import Dispatch
2
-
3
1
//===----------------------------------------------------------------------===//
4
2
//
5
3
// This source file is part of the swift-etcd-client-gsoc open source project
@@ -13,6 +11,8 @@ import Dispatch
13
11
// SPDX-License-Identifier: Apache-2.0
14
12
//
15
13
//===----------------------------------------------------------------------===//
14
+
15
+ import Dispatch
16
16
import ETCD
17
17
import NIO
18
18
Original file line number Diff line number Diff line change 1
- import ETCD
2
- import NIO
3
-
4
1
//===----------------------------------------------------------------------===//
5
2
//
6
3
// This source file is part of the swift-etcd-client-gsoc open source project
@@ -14,6 +11,9 @@ import NIO
14
11
// SPDX-License-Identifier: Apache-2.0
15
12
//
16
13
//===----------------------------------------------------------------------===//
14
+
15
+ import ETCD
16
+ import NIO
17
17
import XCTest
18
18
19
19
final class EtcdClientTests : XCTestCase {
You can’t perform that action at this time.
0 commit comments