Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalzieu committed Aug 9, 2024
1 parent b2ea013 commit 969757f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ public class XMTPModule: Module {
return clients[key]
}

// A method to disconnect all dbs
// A method to disconnect all dbs
func dropAllLocalDatabaseConnections() throws {
for (_, client) in clients {
// Call the method on each client
try client.dropLocalDatabaseConnection()
}
}

// A method to disconnect all dbs
// A method to reconnect all dbs
func reconnectAllLocalDatabaseConnections() async throws {
for (_, client) in clients {
// Call the method on each client
Expand Down

0 comments on commit 969757f

Please sign in to comment.