Skip to content

Commit 8027a85

Browse files
committed
PretTier
1 parent 5945fa3 commit 8027a85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/plots/graticule.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export default async function () {
99
type: "equal-earth",
1010
rotate: [20, 40, 60]
1111
},
12-
marks: [
13-
Plot.geometry([{type: "Sphere"}, d3.geoGraticule10()])
14-
]
12+
marks: [Plot.geometry([{type: "Sphere"}, d3.geoGraticule10()])]
1513
});
1614
}

0 commit comments

Comments
 (0)