Skip to content

Commit fc305d8

Browse files
authored
Fix missing newline at end of conda_channel_creation.sh
1 parent 10de1f4 commit fc305d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conda/conda_channel_creation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ check "conda-install-tensorflow" bash -c "conda create --name tensorflow-test-en
1111
check "conda-install-pytorch" bash -c "conda create --name pytorch-test-env -c conda-forge --yes pytorch"
1212

1313
# Report result
14-
reportResults
14+
reportResults

0 commit comments

Comments
 (0)