Skip to content

Commit 8bbea7c

Browse files
docs: Fix alignment of 2 last comments of regex patterns (#2012)
1 parent a87d3e4 commit 8bbea7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wxt/src/core/utils/manifest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ function discoverIcons(
436436
/^icon@([0-9]+)w\.png$/, // [email protected]
437437
/^icon@([0-9]+)h\.png$/, // [email protected]
438438
/^icon@([0-9]+)\.png$/, // [email protected]
439-
/^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
440-
/^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
439+
/^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
440+
/^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
441441
];
442442
// #endregion snippet
443443

0 commit comments

Comments
 (0)