Skip to content

Commit 22cac41

Browse files
committed
fix constants formatting
1 parent 3c8c41b commit 22cac41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/src/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const TRANSITION_IN = 1;
1616
export const TRANSITION_OUT = 1 << 1;
1717
export const TRANSITION_GLOBAL = 1 << 2;
1818

19-
2019
export const TEMPLATE_FRAGMENT = 1;
2120
export const TEMPLATE_USE_IMPORT_NODE = 1 << 1;
2221

0 commit comments

Comments
 (0)