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