Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Auto-format source code
  • Loading branch information
GitHub Actions Autoformatter committed Aug 27, 2025
commit 94c52d761882bd62b90e77cd7b928195f0f85c7c
2 changes: 1 addition & 1 deletion src/arkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ interface ARConfiguration : NSCopying {

[Static]
[Export ("supportedVideoFormats")]
ARVideoFormat[] SupportedVideoFormats { get; }
ARVideoFormat [] SupportedVideoFormats { get; }

[Export ("videoFormat", ArgumentSemantic.Strong)]
ARVideoFormat VideoFormat { get; set; }
Expand Down