Skip to content

Commit

Permalink
🎨 [Prettier] Format
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 22, 2024
1 parent 26fac91 commit 208f23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mock/ToastTest.astro
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
(event) => {
console.log('This Toast has just been removed!', newId, event);
removeItem(newIndex);
}
},
);

console.log('A new Toast has just been created!', newId);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const [intro, ...portfolioSections] = sections;
const overlayInstance = new Overlay(OVERLAY_ID);
overlayInstance.init();

// Only pass `{scroller: 'main'}` is we want scroll-snapping.
// Only pass `{scroller: 'main'}` if we want scroll-snapping.
const portfolioInstance = new Portfolio();
portfolioInstance.init();

Expand Down

0 comments on commit 208f23f

Please sign in to comment.