Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
remcoder committed Dec 30, 2024
1 parent cefb729 commit fc0577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const app = (window.app = createApp({
preview.render();
return;
}
await preview.renderAnimated(preview.job.paths.length/60);
await preview.renderAnimated(preview.job.paths.length / 60);
} else {
preview.render();
}
Expand Down

0 comments on commit fc0577a

Please sign in to comment.