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-
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
1616import ETCD
1717import NIO
1818
Original file line number Diff line number Diff line change 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
1717import XCTest
1818
1919final class EtcdClientTests : XCTestCase {
You can’t perform that action at this time.
0 commit comments