cleanup: moved closing brace to new line (#6793)
This commit is contained in:
Родитель
3a22872d70
Коммит
bc025feacf
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче