Commit 5895b24e by Maurits van Beusekom

Fix formatting issue

parent 7460789d
......@@ -35,7 +35,7 @@ class PermissionHandler extends PermissionHandlerPlatform {
@override
Future<bool> shouldShowRequestPermissionRationale(
PermissionGroup permission) {
if(!Platform.isAndroid) {
if (!Platform.isAndroid) {
return Future.value(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment