add whitespace

This commit is contained in:
Matt Larsen 2020-04-07 18:08:02 -07:00
parent ecd1512dd6
commit 0a6f66986c

@ -290,6 +290,7 @@ void MapperWireframer::RenderCells(const vtkm::cont::DynamicCellSet& inCellSet,
vtkm::cont::CellSetSingleType<> newCellSet;
newCellSet.Fill(newCoords.GetNumberOfValues(), vtkm::CELL_SHAPE_LINE, 2, conn);
cellSet = vtkm::cont::DynamicCellSet(newCellSet);
}
bool isLines = false;