tests: minor coding style fix, use 4 spaces indent
This commit is contained in:
@@ -51,4 +51,4 @@ class BlobTest(utils.BareRepoTestCase):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@@ -105,4 +105,4 @@ class CommitTest(utils.BareRepoTestCase):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@@ -123,4 +123,4 @@ class NewRepositoryTest(utils.NoRepoTestCase):
|
|||||||
assert os.path.exists(os.path.join(self._temp_dir, '.git'))
|
assert os.path.exists(os.path.join(self._temp_dir, '.git'))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@@ -88,4 +88,4 @@ class TagTest(utils.BareRepoTestCase):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Reference in New Issue
Block a user