1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 14:07:01 +09:00

remove double space

This commit is contained in:
Andrew Simachev 2024-02-06 13:45:33 +01:00
parent 5361146227
commit 41dc507422
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
66 changed files with 100 additions and 100 deletions

View file

@ -182,7 +182,7 @@ class Api {
Util.log('info', '[Api].exit, relaunch: ' + relaunch);
Util.send(win, 'shutdownStart');
Server.stop(signal).then(() => this.shutdown(win, relaunch));
Server.stop(signal).then(() => this.shutdown(win, relaunch));
};
setInterfaceLang (win, lang) {