cleanup: moved closing brace to new line (#6793)
authorGeoffrey Huntley <ghuntley@ghuntley.com>
Thu, 11 Jul 2019 01:38:41 +0000 (11:38 +1000)
committerSamantha Houts <samhouts@users.noreply.github.com>
Thu, 11 Jul 2019 01:38:41 +0000 (18:38 -0700)
Xamarin.Forms.Platform.UAP/ImageRenderer.cs

index 362bc37..f569800 100644 (file)
@@ -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)
                {