From 635e5ee64d1be1ba1709abab1761d0e281b1eec8 Mon Sep 17 00:00:00 2001 From: Michael Potter Date: Wed, 10 Jan 2024 18:28:03 -0800 Subject: [PATCH] adhere to style guide CI/CD feedback --- src/traces/sankey/plot.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/traces/sankey/plot.js b/src/traces/sankey/plot.js index e4c8f4b78cd..7fc0c4871d9 100644 --- a/src/traces/sankey/plot.js +++ b/src/traces/sankey/plot.js @@ -64,24 +64,24 @@ function nodeNonHoveredStyle(sankeyNode, d, sankey) { } function linkHoveredStyle(d, sankey, visitNodes, sankeyLink) { - if (!linkStyleInitialized) { + if(!linkStyleInitialized) { // Figure out whether the user has provided their own sankey-link-hover style. var styleExists = false; - for (var i=0; i