cleanup: moved closing brace to new line (#6793)

This commit is contained in:
Geoffrey Huntley 2019-07-11 11:38:41 +10:00 коммит произвёл Samantha Houts
Родитель 3a22872d70
Коммит bc025feacf
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -120,7 +120,8 @@ namespace Xamarin.Forms.Platform.UWP
protected async Task UpdateSource()
{
await ImageElementManager.UpdateSource(this).ConfigureAwait(false); }
await ImageElementManager.UpdateSource(this).ConfigureAwait(false);
}
void IImageVisualElementRenderer.SetImage(Windows.UI.Xaml.Media.ImageSource image)
{