Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Dec 11, 2024
1 parent e65d649 commit 27371d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template-creation-web/src/engine/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class CreationEngine extends Application {

public override destroy(
rendererDestroyOptions: RendererDestroyOptions = false,
options: DestroyOptions = false
options: DestroyOptions = false,
): void {
document.removeEventListener("visibilitychange", this.visibilityChange);
super.destroy(rendererDestroyOptions, options);
Expand Down

0 comments on commit 27371d5

Please sign in to comment.