Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 31, 2023
1 parent 5576043 commit cb68e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Plugin/CapacitorUpdaterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ public class CapacitorUpdaterPlugin: CAPPlugin {
guard let bridge = self.bridge else { return false }
self.semaphoreUp()
let id = self.implementation.getCurrentBundleId()
let dest : URL
if (BundleInfo.ID_BUILTIN == id) {
let dest: URL
if BundleInfo.ID_BUILTIN == id {
dest = Bundle.main.resourceURL!.appendingPathComponent("public")
} else {
dest = self.implementation.getPathHot(id: id)
Expand Down

0 comments on commit cb68e6b

Please sign in to comment.