Add Formatting (Thank God)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
class NextLevel {
|
||||
currentState = 0;
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
||||
states: Array<Function> = [];
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
||||
constructor(states: Array<Function>) {
|
||||
this.states = states;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user