chore: format the problematic files

This commit is contained in:
Vishwas Shashidhar
2021-01-29 13:10:30 +05:30
parent 2c4773d4e5
commit 396dc4e950
17 changed files with 138 additions and 138 deletions

View File

@@ -60,7 +60,8 @@ export const stopApplication = async (
if (!application || !application.isRunning()) {
return;
}
return await application.stop();
await application.stop();
return;
};
/**