Skip to content

Commit

Permalink
Fixed indentation in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Dec 30, 2018
1 parent 80f4201 commit 72921f4
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 @@ -11,7 +11,7 @@ let package = Package(
.target(
name: "DifferenceKit",
path: "Sources",
exclude: ["Extensions"]
exclude: ["Extensions"]
),
.testTarget(
name: "DifferenceKitTests",
Expand Down

0 comments on commit 72921f4

Please sign in to comment.