Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 3, 2025
1 parent 923b688 commit 7f86c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extension AVCaptureDevice {
"hardwareLevel": HardwareLevel.full.jsValue,
"sensorOrientation": sensorOrientation.jsValue,
"formats": formats.map { $0.toJSValue() },
"supportsDepthData": self.hasMediaType(.depthData)
"supportsDepthData": hasMediaType(.depthData),
]
}
}

0 comments on commit 7f86c12

Please sign in to comment.