forgot a space for formatting requirements

This commit is contained in:
lewisgross1296 2022-08-15 13:46:26 -05:00
parent 94b6172bb5
commit 7fdd96a573

View file

@ -406,7 +406,7 @@ class _TallyMapping(Mapping):
"""Delete a tally from tally vector and remove the ID,index pair from tally"""
_dll.openmc_remove_tally(self._get_tally_index(key))
def _get_tally_index(self,key):
def _get_tally_index(self, key):
"""Given the ID, return the index"""
index = c_int32()
try: