Remove blank line that was added

This commit is contained in:
Paul Romano 2018-02-24 15:07:58 -06:00
parent 13a167393d
commit 09a63ec3e7

View file

@ -747,7 +747,6 @@ class Material(IDManagerMixin):
return self.volume*self.get_mass_density(nuclide)
def clone(self, memo=None):
"""Create a copy of this material with a new unique ID.
Parameters