whitespace

This commit is contained in:
Axel Kohlmeyer
2021-09-09 23:05:30 -04:00
parent 7b1e951916
commit 6ef8c12457

View File

@ -118,7 +118,6 @@ class PythonPyLammps(unittest.TestCase):
self.assertEqual(self.pylmp.fixes[0]['group'], 'all')
self.pylmp.group('none','empty')
self.assertEqual(len(self.pylmp.groups),2)
if __name__ == "__main__":
unittest.main()