Skip to content

Commit 60c4fcb

Browse files
author
Linnea May
committed
remove random extra lien
1 parent ff73642 commit 60c4fcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Samples/StyleTransfer/AppViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ public bool UseGpu
214214
private async void _appModel_PropertyChanged(object sender, PropertyChangedEventArgs e)
215215
{
216216
Debug.WriteLine(e.PropertyName);
217-
if (e.PropertyName == "InputMedia"
218-
)
217+
if (e.PropertyName == "InputMedia")
219218
{
220219
await SetMediaSource();
221220
}

0 commit comments

Comments
 (0)