Commit cf669e5d authored by Kushal Pandya's avatar Kushal Pandya

ESLint: remove extra indentation

parent daa08cbe
...@@ -210,8 +210,8 @@ ...@@ -210,8 +210,8 @@
} }
if (this.buildStatus === "running" || this.buildStatus === "pending") { if (this.buildStatus === "running" || this.buildStatus === "pending") {
// Check if Refresh Animation is in Viewport and enable Autoscroll, disable otherwise. // Check if Refresh Animation is in Viewport and enable Autoscroll, disable otherwise.
$autoScrollStatus.data("state", isInViewport($('.js-build-refresh')) ? 'enabled' : 'disabled'); $autoScrollStatus.data("state", isInViewport($('.js-build-refresh')) ? 'enabled' : 'disabled');
} }
>>>>>>> Improve isInViewport impl, autoscroll behavior >>>>>>> Improve isInViewport impl, autoscroll behavior
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment