fix catch block indentation

pull/11375/head
Travis Ralston 2019-11-12 15:14:11 -07:00 committed by GitHub
parent e84861f770
commit 71fb2e04a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ export default class VectorBasePlatform extends BasePlatform {
if (window.chrome) {
doUpdate();
}
}
catch (e) {
} catch (e) {
console.warn(`Failed to set badge count: ${e.message}`);
}
}