fix hygiene

This commit is contained in:
Anthony Dresser
2020-03-10 22:02:15 -07:00
parent 4c3e48773d
commit 324451ea22
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export abstract class LanguageViewBase {
public browseButtonMaxLength = 20;
public spaceBetweenComponentsLength = 10;
constructor(protected _apiWrapper: ApiWrapper, protected _root?: string, protected _parent?: LanguageViewBase, ) {
constructor(protected _apiWrapper: ApiWrapper, protected _root?: string, protected _parent?: LanguageViewBase,) {
if (this._parent) {
if (!this._root) {
this._root = this._parent.root;