Skip to content

Commit

Permalink
Add prettier-ignore to keep space
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Feb 28, 2024
1 parent b6b2b0b commit cc82cd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface IconView {

// Create an empty template containing only a space because creating a ViewTemplate
// with an empty string throws an exception at runtime.
// prettier-ignore
const emptyTemplate = html<IconView>` `;

const createIconTemplate = (
Expand Down

0 comments on commit cc82cd6

Please sign in to comment.