Fixes code style

This commit is contained in:
Roman Galochkin 2020-03-04 09:11:23 +03:00
parent f45b4b763a
commit de25eef2f6

View File

@ -59,8 +59,7 @@ function CdfChartReact(props) {
discrete: props.discrete, discrete: props.discrete,
}) })
.render(); .render();
} } catch (e) {
catch(e) {
console.error("distPlotD3 Error: ", e) console.error("distPlotD3 Error: ", e)
} }
}); });