Fix linter errors introduced by CL 236568443.

Note that the Bazel closure rules run the linter at head, while fixjs/cider/critique/etc run the released version, so they will complain about the formatting introduced by this CL until a new release is out.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237358273
This commit is contained in:
tjgq 2019-03-07 17:10:08 -08:00 committed by jianglai
parent 90e298fb39
commit 5056e48363
2 changed files with 2 additions and 4 deletions

View file

@ -14,11 +14,10 @@
goog.provide('registry.Component');
goog.forwardDeclare('registry.Console');
goog.require('goog.events.EventHandler');
goog.require('registry.util');
goog.forwardDeclare('registry.Console');
/**