fixup swiftformat

This commit is contained in:
Valere
2026-03-23 15:13:16 +01:00
committed by Mauro
parent 2afac7857e
commit 3030a9438c

View File

@@ -16,5 +16,5 @@ extension RoomProtocol {
case (false, true): voiceOnly ? .startCallDmVoice : .startCallDm
case (false, false): .startCall
}
}
}
}