Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Nov 25, 2024
1 parent 4cad612 commit 45caa9f
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 @@ -15,7 +15,7 @@ import PackageDescription
let package = Package(
name: "OMHModels",
platforms: [
.iOS(.v16),
.iOS(.v16)
],
products: [
.library(name: "OMHModels", targets: ["OMHModels"])
Expand Down

0 comments on commit 45caa9f

Please sign in to comment.