Skip to content

Commit

Permalink
reformat ios
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 19, 2024
1 parent e1d8e90 commit a43ed6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,9 @@ public class XMTPModule: Module {
AsyncFunction("dropClient") { (inboxId: String) in
await clientsManager.dropClient(key: inboxId)
}

AsyncFunction("signWithInstallationKey") { (inboxId: String, message: String) -> [UInt8] in

AsyncFunction("signWithInstallationKey") {
(inboxId: String, message: String) -> [UInt8] in
guard let client = await clientsManager.getClient(key: inboxId)
else {
throw Error.noClient
Expand Down

0 comments on commit a43ed6b

Please sign in to comment.