Skip to content

Commit 9f1c6c4

Browse files
committed
fixup newlines
1 parent f13091c commit 9f1c6c4

File tree

4 files changed

+49
-50
lines changed

4 files changed

+49
-50
lines changed

src/traces/parcoords/shaders/pick_vertex.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void main() {
5151
mat4 pB = mat4(p4, p5, p6, p7);
5252
mat4 pC = mat4(p8, p9, pa, pb);
5353
mat4 pD = mat4(pc, pd, pe, abs(pf));
54-
54+
5555
float show = float(mshow(pA, loA, hiA) &&
5656
mshow(pB, loB, hiB) &&
5757
mshow(pC, loC, hiC) &&

src/traces/parcoords/shaders/vertex.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void main() {
5151
mat4 pB = mat4(p4, p5, p6, p7);
5252
mat4 pC = mat4(p8, p9, pa, pb);
5353
mat4 pD = mat4(pc, pd, pe, abs(pf));
54-
54+
5555
float show = float(mshow(pA, loA, hiA) &&
5656
mshow(pB, loB, hiB) &&
5757
mshow(pC, loC, hiC) &&

test/image/mocks/contour_valid_ses.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@
7070
"autosize": true
7171
}
7272
}
73-
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
{
2-
"data": [
3-
{
4-
"x": [
5-
1,
6-
2,
7-
3
8-
]
9-
},
10-
{
11-
"x": [
12-
2.1,
13-
2
14-
],
15-
"xaxis": "x2"
16-
},
17-
{
18-
"x": [
19-
3,
20-
2,
21-
1
22-
],
23-
"xaxis": "x3"
24-
}
25-
],
26-
"layout": {
27-
"xaxis": {
28-
"domain": [
29-
0,
30-
0.3
31-
]
32-
},
33-
"xaxis2": {
34-
"domain": [
35-
0.35,
36-
0.65
37-
]
38-
},
39-
"xaxis3": {
40-
"domain": [
41-
0.7,
42-
1
43-
]
44-
},
45-
"hovermode": "y"
46-
}
47-
}
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1,
6+
2,
7+
3
8+
]
9+
},
10+
{
11+
"x": [
12+
2.1,
13+
2
14+
],
15+
"xaxis": "x2"
16+
},
17+
{
18+
"x": [
19+
3,
20+
2,
21+
1
22+
],
23+
"xaxis": "x3"
24+
}
25+
],
26+
"layout": {
27+
"xaxis": {
28+
"domain": [
29+
0,
30+
0.3
31+
]
32+
},
33+
"xaxis2": {
34+
"domain": [
35+
0.35,
36+
0.65
37+
]
38+
},
39+
"xaxis3": {
40+
"domain": [
41+
0.7,
42+
1
43+
]
44+
},
45+
"hovermode": "y"
46+
}
47+
}

0 commit comments

Comments
 (0)