Commit c015a1e
committed
fix(lint): expand single-line if statement for Biome formatting
Biome formatter requires multi-line format for if statements with blocks.
- Expand 'if (retries === 0) {throw err}' to multi-line format
- Fixes lint error in test/unit/json.test.ts1 parent 9c4371d commit c015a1e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
781 | 783 | | |
782 | 784 | | |
783 | 785 | | |
| |||
0 commit comments