Skip to content

Commit 4ca78b5

Browse files
seanhancaclaude
andcommitted
chore: biome format fix for particle-showcase JSON fixtures
Auto-format from biome — JSON indentation only. No content changes; snapshots remain byte-identical. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent be4504b commit 4ca78b5

2 files changed

Lines changed: 8 additions & 32 deletions

File tree

packages/core/__fixtures__/compose/particle-animated.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,14 @@
8787
"field": "x",
8888
"type": "quantitative",
8989
"scale": {
90-
"domain": [
91-
-3.141592653589793,
92-
3.141592653589793
93-
]
90+
"domain": [-3.141592653589793, 3.141592653589793]
9491
}
9592
},
9693
"y": {
9794
"field": "y",
9895
"type": "quantitative",
9996
"scale": {
100-
"domain": [
101-
-3.141592653589793,
102-
3.141592653589793
103-
]
97+
"domain": [-3.141592653589793, 3.141592653589793]
10498
}
10599
}
106100
},
@@ -115,14 +109,8 @@
115109
"step": 0.04,
116110
"maxSteps": 100,
117111
"domain": {
118-
"x": [
119-
-3.141592653589793,
120-
3.141592653589793
121-
],
122-
"y": [
123-
-3.141592653589793,
124-
3.141592653589793
125-
]
112+
"x": [-3.141592653589793, 3.141592653589793],
113+
"y": [-3.141592653589793, 3.141592653589793]
126114
},
127115
"colorBy": "angle"
128116
}

packages/core/__fixtures__/compose/particle-static.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,14 @@
8787
"field": "x",
8888
"type": "quantitative",
8989
"scale": {
90-
"domain": [
91-
-3.141592653589793,
92-
3.141592653589793
93-
]
90+
"domain": [-3.141592653589793, 3.141592653589793]
9491
}
9592
},
9693
"y": {
9794
"field": "y",
9895
"type": "quantitative",
9996
"scale": {
100-
"domain": [
101-
-3.141592653589793,
102-
3.141592653589793
103-
]
97+
"domain": [-3.141592653589793, 3.141592653589793]
10498
}
10599
}
106100
},
@@ -115,14 +109,8 @@
115109
"step": 0.04,
116110
"maxSteps": 100,
117111
"domain": {
118-
"x": [
119-
-3.141592653589793,
120-
3.141592653589793
121-
],
122-
"y": [
123-
-3.141592653589793,
124-
3.141592653589793
125-
]
112+
"x": [-3.141592653589793, 3.141592653589793],
113+
"y": [-3.141592653589793, 3.141592653589793]
126114
},
127115
"colorBy": "angle"
128116
}

0 commit comments

Comments
 (0)