EventIndex: Rename the file to be consistent with the class.

pull/21833/head
Damir Jelić 2019-11-18 14:36:08 +01:00
parent 45e7aab41e
commit b983eaa3f9
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
*/ */
import PlatformPeg from "./PlatformPeg"; import PlatformPeg from "./PlatformPeg";
import EventIndex from "./EventIndexing"; import EventIndex from "./EventIndex";
class EventIndexPeg { class EventIndexPeg {
constructor() { constructor() {