Commit 194ea7fd by Maurits van Beusekom

Fixed formatting

parent 3d0121e1
...@@ -71,8 +71,7 @@ void main() { ...@@ -71,8 +71,7 @@ void main() {
expect(isPermanentlyDenied, false); expect(isPermanentlyDenied, false);
}); });
test('PermissionCheckShortcuts on Permission: get isProvisional', test('PermissionCheckShortcuts on Permission: get isProvisional', () async {
() async {
final isProvisional = await Permission.calendar.isProvisional; final isProvisional = await Permission.calendar.isProvisional;
expect(isProvisional, false); expect(isProvisional, 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