Skip to content

Commit

Permalink
fix(PolyDataMapper): Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 24, 2018
1 parent ff82aeb commit 9879641
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/Rendering/OpenGL/PolyDataMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,7 @@ function vtkOpenGLPolyDataMapper(publicAPI, model) {
'//VTK::PositionVC::Impl',
[
'//VTK::PositionVC::Impl',
` gl_PointSize = ${actor
.getProperty()
.getPointSize()
}.0;`,
` gl_PointSize = ${actor.getProperty().getPointSize()}.0;`,
],
false
).result;
Expand Down

0 comments on commit 9879641

Please sign in to comment.