Skip to content

Commit 0c080ad

Browse files
authored
remove empty options (#1149)
1 parent 2a0ff3d commit 0c080ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plots/projection-fit-antarctica.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default async function () {
1313
height: 600,
1414
inset: 30,
1515
projection: {type: "azimuthal-equidistant", rotate: [0, 90], domain},
16-
marks: [Plot.graticule({clip: "frame"}), Plot.geo(domain, {clip: "frame", fill: "currentColor"}), Plot.frame({})]
16+
marks: [Plot.graticule({clip: "frame"}), Plot.geo(domain, {clip: "frame", fill: "currentColor"}), Plot.frame()]
1717
});
1818
}

0 commit comments

Comments
 (0)