diff --git a/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json b/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json index be3c01de77d8..c2ac51cf2468 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json +++ b/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json @@ -1,11 +1,11 @@ { - "autoRender": false, - "color": "#aaa", - "data": [], - "isDefined": null, - "label": "", - "opacity": 0.9, - "orientation": "bottom", - "scale": null, - "size": 6 + "autoRender": false, + "color": "#aaa", + "data": [], + "isDefined": null, + "label": "", + "opacity": 0.9, + "orientation": "bottom", + "scale": null, + "size": 6 }