summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Android')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs b/Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs
index e48682c3..7ae3d281 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/ImageExtensions.cs
@@ -19,7 +19,6 @@ namespace Xamarin.Forms.Platform.Android
default:
case Aspect.AspectFit:
return s_aspectFit ?? (s_aspectFit = ImageView.ScaleType.FitCenter);
- ;
}
}
}