chore(macos): swiftformat

This commit is contained in:
Peter Steinberger
2025-12-14 01:11:22 +00:00
parent 0336c1fa37
commit 25eb40ab31
2 changed files with 6 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ actor CameraCaptureService {
private nonisolated static func clampDurationMs(_ ms: Int?) -> Int {
let v = ms ?? 3000
return min(15_000, max(250, v))
return min(15000, max(250, v))
}
private nonisolated static func reencodeJPEG(