Skip to content

Commit

Permalink
Code style change (mainly to test git commitsigning)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Dec 22, 2024
1 parent 99ba5ca commit 7efc5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/snowfall/snowfall-scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class SnowfallScene {
const rootElement = doc.createElement('div');

rootElement.classList.add('mg5dev-snowfall-scene');

rootElement.appendChild(this.#createRootElementStyle(doc));

return rootElement;
Expand Down

0 comments on commit 7efc5e8

Please sign in to comment.