Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 16, 2024
1 parent 5ef7a68 commit 0bdc5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/format/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ namespace $ {
($ as any)['devtoolsFormatters'].push( config )
}

export const $mol_dev_format_head: unique symbol = Symbol( '$mol_dev_format_head' )
export const $mol_dev_format_body: unique symbol = Symbol( '$mol_dev_format_body' )
export const $mol_dev_format_head = Symbol( '$mol_dev_format_head' )
export const $mol_dev_format_body = Symbol( '$mol_dev_format_body' )

$mol_dev_format_register({

Expand Down

0 comments on commit 0bdc5ea

Please sign in to comment.