Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -31,7 +31,7 @@ export class MockModule extends RuntimeModule {
|
|||
|
||||
export function registerMockModule(): MockModule {
|
||||
let module: MockModule;
|
||||
ModuleRunner.instance.registerModule(api => {
|
||||
ModuleRunner.instance.registerModule((api) => {
|
||||
if (module) {
|
||||
throw new Error("State machine error: ModuleRunner created the module twice");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue