Skip to content

Commit

Permalink
Resolve SwiftLint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Oct 28, 2023
1 parent 17cae78 commit cac33db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion Whisky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
6E40494929CCA19C006E3F1B = {
isa = PBXGroup;
children = (
8CB681E42AED7C6F0018D319 /* WhiskyKit */,
6E40495429CCA19C006E3F1B /* Whisky */,
6E70A4992A9A2197007799E9 /* WhiskyCmd */,
6EFDF64F2AAE2DA800EF622F /* WhiskyThumbnail */,
8CB681E42AED7C6F0018D319 /* WhiskyKit */,
6E40495329CCA19C006E3F1B /* Products */,
6E5967692A9A424900D64F70 /* Frameworks */,
);
Expand Down
4 changes: 0 additions & 4 deletions WhiskyKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ let package = Package(
.target(
name: "WhiskyKit",
dependencies: ["SemanticVersion"]
),
.testTarget(
name: "WhiskyKitTests",
dependencies: ["WhiskyKit"]
)
]
)
24 changes: 0 additions & 24 deletions WhiskyKit/Tests/WhiskyKitTests/WhiskyKitTests.swift

This file was deleted.

0 comments on commit cac33db

Please sign in to comment.