summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs b/Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs
index c9c711e0..d2b223b5 100644
--- a/Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs
+++ b/Xamarin.Forms.Platform.WinRT/ImageLoaderSourceHandler.cs
@@ -28,7 +28,7 @@ namespace Xamarin.Forms.Platform.WinRT
return null;
}
- using(IRandomAccessStream stream = streamImage.AsRandomAccessStream())
+ using (IRandomAccessStream stream = streamImage.AsRandomAccessStream())
{
try
{