lint(thread-counts-store): Remove semicolon

This commit is contained in:
Jackie Luo 2016-03-24 17:19:22 -07:00
parent b05ea801b0
commit 03bc634e79

View file

@ -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