fix: satisfy swiftformat lint (#852) (thanks @mneves75)
This commit is contained in:
@@ -37,7 +37,8 @@ extension ConnectionsStore {
|
||||
|
||||
private func resolveChannelConfig(_ snap: ConfigSnapshot, key: String) -> [String: AnyCodable]? {
|
||||
if let channels = snap.config?["channels"]?.dictionaryValue,
|
||||
let entry = channels[key]?.dictionaryValue {
|
||||
let entry = channels[key]?.dictionaryValue
|
||||
{
|
||||
return entry
|
||||
}
|
||||
return snap.config?[key]?.dictionaryValue
|
||||
|
||||
Reference in New Issue
Block a user