fix(lint): Fix linter issues in template package

This commit is contained in:
Ben Gotow 2016-01-08 10:47:41 -08:00
parent 1dbefa566b
commit 75419273d5

View file

@ -60,8 +60,9 @@ class TemplateStore extends NylasStore {
} }
} }
unwatch() { unwatch() {
if(this._watcher) if (this._watcher) {
this._watcher.close(); this._watcher.close();
}
this._watcher = null; this._watcher = null;
} }