Refactoring: Random spaces / newline changes

This commit is contained in:
Tobias Jordans 2021-09-30 21:41:51 +02:00
parent 43618fe3f1
commit b8dc1063d0
3 changed files with 3 additions and 7 deletions

View file

@ -41,6 +41,4 @@ export class FixedInputElement<T> extends InputElement<T> {
protected InnerConstructElement(): HTMLElement {
return this._el;
}
}
}

View file

@ -10,4 +10,3 @@ export abstract class InputElement<T> extends BaseUIElement {
abstract IsValid(t: T): boolean;
}