Commit 194ea7fd by Maurits van Beusekom

Fixed formatting

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