mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-09 06:01:09 +08:00
lint(thread-counts-store): Remove semicolon
This commit is contained in:
parent
b05ea801b0
commit
03bc634e79
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class ThreadCountsStore extends NylasStore
|
|||
foundNegative = true
|
||||
|
||||
if foundNegative
|
||||
NylasEnv.reportError(new Error('Assertion Failure: Negative Count'));
|
||||
NylasEnv.reportError(new Error('Assertion Failure: Negative Count'))
|
||||
@reset()
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue