Skip to content

Commit d72cc14

Browse files
committed
Removed extra newline
Signed-off-by: Craig Magina <cmagina@redhat.com>
1 parent fee607e commit d72cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devinstall_torch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ install_deps() {
100100

101101
install_whl() {
102102
local pip_build="$1"
103+
103104
local pip_torch_index_url_base
104105
local -a pip_install_args
105106
local compute_platform
106107

107-
108108
pip_torch_index_url_base="https://download.pytorch.org/whl"
109109

110110
case "$pip_build" in

0 commit comments

Comments
 (0)