Skip to content

Commit b6617d8

Browse files
author
Linnea May
committed
whoops forgot a newline
1 parent e044d57 commit b6617d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/StyleTransfer/AppModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public VideoFrame OutputFrame
9393
OnPropertyChanged();
9494
}
9595
}
96+
9697
// MediaSource for transformed media
9798
private CaptureElement _outputCaptureElement;
9899
public CaptureElement OutputCaptureElement
@@ -146,7 +147,6 @@ public bool StreamingControlsVisible
146147
}
147148
}
148149

149-
150150
public event PropertyChangedEventHandler PropertyChanged;
151151
private void OnPropertyChanged([CallerMemberName] string propertyName = null)
152152
{

0 commit comments

Comments
 (0)