Skip to content

Commit 9e91b6b

Browse files
ggjspencertcalmant
authored andcommitted
fix spacing
1 parent 31d3ae4 commit 9e91b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_class_with_byte_array_rw(self):
161161
jobj = self.read_file("testClassWithByteArray.ser")
162162
pobj = javaobj.loads(jobj)
163163

164-
# j8spencer (Google, LLC) 2018-01-16: It seems specific support for
164+
# j8spencer (Google, LLC) 2018-01-16: It seems specific support for
165165
# byte arrays was added, but is a little out-of-step with the other
166166
# types in terms of style. This UT was broken, since the "myArray"
167167
# member has the array stored as a tuple of ints (not a byte string)

0 commit comments

Comments
 (0)