Skip to content

Commit

Permalink
fixes some linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Sep 26, 2019
1 parent 5af0479 commit 01cbab6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@
// Created by Lukas Schmidt on 21.07.16.
//


import PackageDescription


let package = Package(
name: "DBNetworkStack",
platforms: [
Expand All @@ -40,16 +38,16 @@ let package = Package(
products: [
.library(
name: "DBNetworkStack",
targets: ["DBNetworkStack"]),
targets: ["DBNetworkStack"])
],
targets: [
.target(
name: "DBNetworkStack",
dependencies: [],
path: "Source"),
path: "Source")
.testTarget(
name: "DBNetworkStackTests",
dependencies: ["DBNetworkStack"],
path: "Tests"),
path: "Tests")
]
)

0 comments on commit 01cbab6

Please sign in to comment.