Fix hanging indentation

PiperOrigin-RevId: 235058495
This commit is contained in:
Rohan Jain 2019-02-21 13:34:01 -08:00 committed by TensorFlower Gardener
parent d8033ab10d
commit fff46e7c98

View File

@ -683,8 +683,8 @@ def make_elu_tests(zip_path):
test_parameters = [ test_parameters = [
{ {
"input_shape": [[], [1], [2, 3], [1, 1, 1, 1], [1, 3, 4, 3], "input_shape": [[], [1], [2, 3], [1, 1, 1, 1], [1, 3, 4, 3],
[3, 15, 14, 3], [3, 1, 2, 4, 6], [2, 2, 3, 4, 5, 6]], [3, 15, 14, 3], [3, 1, 2, 4, 6], [2, 2, 3, 4, 5, 6]],
}, },
] ]