Skip to content

Commit

Permalink
refactor: Remove redundant ={true}
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 7, 2024
1 parent 848ca51 commit 0e75ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/json/json5/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<SymmetricInputOutput
fromTitle="JSON"
toTitle="JSON5"
useCodeMirror={true}
useCodeMirror
leftLang={json()}
{to} {from} />
</Tool>
2 changes: 1 addition & 1 deletion src/routes/json/php-serialization/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<SymmetricInputOutput
fromTitle="JSON"
toTitle="PHP Serialized Format"
useCodeMirror={true} wordWrap
useCodeMirror wordWrap
leftLang={json()}
{to} {from} />
</Tool>
2 changes: 1 addition & 1 deletion src/routes/json/yaml/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<SymmetricInputOutput
fromTitle="JSON"
toTitle="YAML"
useCodeMirror={true}
useCodeMirror
leftLang={json()}
rightLang={yaml()}
{to} {from} />
Expand Down

0 comments on commit 0e75ddc

Please sign in to comment.