Skip to content

Commit cb12b05

Browse files
committed
Formatting dependency
1 parent 04271dd commit cb12b05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let package = Package(
77
name: "swift-mqtt",
88
platforms: [.iOS(.v13),.watchOS(.v6),.macOS(.v10_15),.tvOS(.v13)],
99
products: [
10-
// Products define the executables and libraries a package produces, making them visible to other packages.
1110
.library(
1211
name: "MQTT",
1312
targets: ["MQTT"]),
@@ -16,8 +15,6 @@ let package = Package(
1615
.package(url: "https://github.com/sutext/swift-promise", from: "2.0.2"),
1716
],
1817
targets: [
19-
// Targets are the basic building blocks of a package, defining a module or a test suite.
20-
// Targets can depend on other targets in this package and products from dependencies.
2118
.target(
2219
name: "MQTT",
2320
dependencies: [

0 commit comments

Comments
 (0)