From 9879641ae6ab8e5c66dc72604c617ce02f009964 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Wed, 24 Jan 2018 16:13:48 -0700 Subject: [PATCH] fix(PolyDataMapper): Formatting --- Sources/Rendering/OpenGL/PolyDataMapper/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Sources/Rendering/OpenGL/PolyDataMapper/index.js b/Sources/Rendering/OpenGL/PolyDataMapper/index.js index f1d88ee209a..3b236784547 100644 --- a/Sources/Rendering/OpenGL/PolyDataMapper/index.js +++ b/Sources/Rendering/OpenGL/PolyDataMapper/index.js @@ -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;