8000 Fix previous merge formatting · sinkync/flutter-webrtc@5c3852a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c3852a

Browse files
committed
Fix previous merge formatting
1 parent a799fc7 commit 5c3852a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/Classes/FlutterRTCMediaStream.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ - (void)getUserVideo:(NSDictionary *)constraints
290290

291291
if (videoDevice) {
292292
RTCVideoSource *videoSource = [self.peerConnectionFactory videoSource];
293-
if(self.videoCapturer){
293+
if (self.videoCapturer) {
294294
[self.videoCapturer stopCapture];
295295
}
296296
self.videoCapturer = [[RTCCameraVideoCapturer alloc] initWithDelegate:videoSource];

0 commit comments

Comments
 (0)
0