1
mirror of https://github.com/public-apis/public-apis synced 2025-03-28 01:42:44 +01:00

Remove whitespaces

This commit is contained in:
Matheus Felipe 2022-01-17 06:19:41 -03:00
parent 89e254c141
commit ad92d5c400
No known key found for this signature in database
GPG Key ID: AA785C523274872F

@ -230,7 +230,7 @@ class TestValidadeFormat(unittest.TestCase):
self.assertIsInstance(err_msgs, list)
self.assertEqual(len(err_msgs), 1)
err_msg = err_msgs[0]
expected_err_msg = '(L001) auth value is not enclosed with `backticks`'
@ -246,7 +246,7 @@ class TestValidadeFormat(unittest.TestCase):
self.assertIsInstance(err_msgs, list)
self.assertEqual(len(err_msgs), 2)
err_msg_1 = err_msgs[0]
err_msg_2 = err_msgs[1]