Skip to content

Commit

Permalink
SwiftLint pass and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazor committed Jun 11, 2023
1 parent 3a74391 commit 7db0b03
Show file tree
Hide file tree
Showing 6 changed files with 1,298 additions and 1,334 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "DictionaryCoding",
targets: ["DictionaryCoding"]),
targets: ["DictionaryCoding"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -23,6 +23,6 @@ let package = Package(
dependencies: []),
.testTarget(
name: "DictionaryCodingTests",
dependencies: ["DictionaryCoding"]),
dependencies: ["DictionaryCoding"])
]
)

0 comments on commit 7db0b03

Please sign in to comment.