Skip to content

Commit

Permalink
chore(ios): run fmt (#7552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jul 8, 2024
1 parent a73ed31 commit 4009d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/CapacitorBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ open class CapacitorBridge: NSObject, CAPBridgeProtocol {
}

@objc public func releaseCall(withID: String) {
let _ = storedCalls.withLock { $0.removeValue(forKey: withID) }
_ = storedCalls.withLock { $0.removeValue(forKey: withID) }
}

// MARK: - Deprecated Versions
Expand Down

0 comments on commit 4009d23

Please sign in to comment.