Fix linter errors

Change-Id: Idb7550f00d5f393b336dff65534c2bd96f0f1164
(cherry picked from commit 38e8fbb35c)
This commit is contained in:
Kasper Nilsson
2017-03-30 15:54:21 -07:00
committed by David Pursehouse
parent 4fab95265d
commit e44951f96c

View File

@@ -175,7 +175,7 @@ limitations under the License.
var stub = sandbox.stub(page, 'show');
element.params = {view: 'gr-change-list-view', query: CHANGE_ID};
flushAsynchronousOperations()
flushAsynchronousOperations();
assert.isFalse(stub.called);
});
@@ -186,7 +186,7 @@ limitations under the License.
var stub = sandbox.stub(page, 'show');
element.params = {view: 'gr-change-list-view', query: CHANGE_ID};
flushAsynchronousOperations()
flushAsynchronousOperations();
assert.isFalse(stub.called);
});