remove spurious line change

This commit is contained in:
Dhairya Gandhi 2019-02-15 20:33:21 +05:30 committed by GitHub
parent c50ad6cdb5
commit eb9da4084f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,4 +110,4 @@ end
@test unstack(stacked_array, 2) == unstacked_array
@test stack(unstacked_array, 2) == stacked_array
@test stack(unstack(stacked_array, 1), 1) == stacked_array
end
end