Skip to content

Commit

Permalink
style: Added blank line after variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyPrincess committed Oct 29, 2018
1 parent b76d853 commit 63c92b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/graph/Graph.jsx
Expand Up @@ -475,6 +475,7 @@ export default class Graph extends React.Component {
}

const transitionDuration = this.state.enableFocusAnimation ? this.state.config.focusAnimationDuration : 0;

return {
style: { transitionDuration: `${transitionDuration}s` },
transform: focusedNodeId ? this.state.focusTransformation : null
Expand Down

0 comments on commit 63c92b1

Please sign in to comment.