From 6ec5d27a1b2236a93af2350d249044e38bc8b47a Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Tue, 31 Oct 2017 14:40:15 +0900 Subject: [PATCH] Delete trailing spaces --- test/phonopy/phonon/test_mesh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/phonopy/phonon/test_mesh.py b/test/phonopy/phonon/test_mesh.py index 54a80b61..6664d106 100644 --- a/test/phonopy/phonon/test_mesh.py +++ b/test/phonopy/phonon/test_mesh.py @@ -15,10 +15,10 @@ data_dir = os.path.dirname(os.path.abspath(__file__)) class TestIterMesh(unittest.TestCase): def setUp(self): pass - + def tearDown(self): pass - + def testIterMesh(self): phonon = self._get_phonon() phonon.set_iter_mesh([3, 3, 3], is_eigenvectors=True)