Skip to content

Commit

Permalink
Merge pull request #523 from Kitware/reformat
Browse files Browse the repository at this point in the history
style(AbstractRepresentationProxy): Reformat
  • Loading branch information
jourdain authored Jan 24, 2018
2 parents 14d93bc + 8673d86 commit d2b3fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Proxy/Core/AbstractRepresentationProxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ function vtkAbstractRepresentationProxy(publicAPI, model) {
publicAPI.updateColorByDomain();
};

publicAPI.getInputDataSet = () => model.input ? model.input.getDataset() : null;
publicAPI.getInputDataSet = () =>
model.input ? model.input.getDataset() : null;

publicAPI.getDataArray = (arrayName, arrayLocation) => {
const [selectedArray, selectedLocation] = publicAPI.getColorBy();
Expand Down

0 comments on commit d2b3fcd

Please sign in to comment.