Skip to content

Commit

Permalink
Format: Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
imericxu committed Jul 10, 2024
1 parent b90d7e4 commit 4e8d3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/MazeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class MazeController {
if (this.lastEvent === "generate") this.shouldSweep = false;
this.lastEvent = "solve";
this.drawer.mazeEvent = "solve";

await this.stopMazeAnimation();

const [start, end] = this.randomStartEnd();
Expand Down

0 comments on commit 4e8d3fb

Please sign in to comment.