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

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