diff --git a/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json b/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json index a5ca76d7877b..6fb472d65625 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json +++ b/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json @@ -1,13 +1,13 @@ { - "autoRender": false, - "color": "#000", - "isDefined": null, - "label": "", - "opacity": 0.9, - "style": "-", - "width": 2, - "x": [], - "xScale": null, - "y": [], - "yScale": null + "autoRender": false, + "color": "#000", + "isDefined": null, + "label": "", + "opacity": 0.9, + "style": "-", + "width": 2, + "x": [], + "xScale": null, + "y": [], + "yScale": null }