Fix whitespace.
This commit is contained in:
parent
8ae728f6bf
commit
c2939f81c0
@ -26,8 +26,8 @@ void main() {
|
|||||||
|
|
||||||
if (testing) {
|
if (testing) {
|
||||||
() async {
|
() async {
|
||||||
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
||||||
String path = join(documentsDirectory.path, 'com_hyperling_expense.db');
|
String path = join(documentsDirectory.path, 'com_hyperling_expense.db');
|
||||||
await deleteDatabase(path);
|
await deleteDatabase(path);
|
||||||
}();
|
}();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user