Commit fc341bd4 authored by Stefan Krah's avatar Stefan Krah

Whitespace.

parent f5324d70
......@@ -367,12 +367,12 @@ class AbstractMemoryTests:
d = memoryview(b)
del b
self.assertEqual(c[0], 256)
self.assertEqual(d[0], 256)
self.assertEqual(c.format, "H")
self.assertEqual(d.format, "H")
_ = m.cast('I')
self.assertEqual(c[0], 256)
self.assertEqual(d[0], 256)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment