Skip to content

Commit e90f6ec

Browse files
committed
Remove space to be consistent.
Be consistent with `tf2_test_reshape.py` so that it is easier to compare the differences between the two files.
1 parent 870a2f5 commit e90f6ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.ibm.wala.cast.python.test/data/tf2_test_reshape3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ def f(a):
88

99

1010
t1 = [[1, 2, 3], [4, 5, 6]]
11-
1211
t2 = tf.reshape(t1, [6])
1312
f(t2)

0 commit comments

Comments
 (0)