Parcourir la source

[2003] cleanup: removed white space in a blank line.

JINMEI Tatuya il y a 13 ans
Parent
commit
44ff85906a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/python/isc/server_common/tests/dns_tcp_test.py

+ 1 - 1
src/lib/python/isc/server_common/tests/dns_tcp_test.py

@@ -41,7 +41,7 @@ class BufferTest(unittest.TestCase):
         # buffer.
         self.assertEqual(1, len(buf.get_data(1)))
         self.assertEqual(expected_len & 0x00ff, buf.get_data(1)[0])
-        
+
     def test_small_data(self):
         # The smallest size (in practice) of data: that of the header field.
         expected_data = b'x' * 12