mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
chore: format the problematic files
This commit is contained in:
@@ -60,7 +60,8 @@ export const stopApplication = async (
|
||||
if (!application || !application.isRunning()) {
|
||||
return;
|
||||
}
|
||||
return await application.stop();
|
||||
await application.stop();
|
||||
return;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user