Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style(reformat): Fix code formatting
  • Loading branch information
jourdain committed Aug 24, 2021
1 parent ff6dcac commit 70e51d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/React/Renderers/VtkGeometryRenderer/index.js
Expand Up @@ -267,7 +267,9 @@ export default class VtkGeometryRenderer extends React.Component {
}

subscribeViewChangeTopic() {
this.props.client.VtkGeometryDelivery.onViewChange(this.viewChanged).promise.then(
this.props.client.VtkGeometryDelivery.onViewChange(
this.viewChanged
).promise.then(
(subscription) => {
this.geometryTopicSubscription = subscription;
},
Expand Down

0 comments on commit 70e51d7

Please sign in to comment.