Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haß authored Aug 27, 2019
1 parent fcccc0c commit f4e189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.iOS(.v11), .tvOS(.v11)
],
products: [
.library(name: "ModelDataSource", targets: ["ModelDataSource"]),
.library(name: "ModelDataSource", targets: ["ModelDataSource"])
],
targets: [
.target(name: "ModelDataSource"),
Expand Down

0 comments on commit f4e189c

Please sign in to comment.