Skip to content

Commit 3920c28

Browse files
committed
fix style
1 parent 24faedf commit 3920c28

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

ci/build_go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rapids-dependency-file-generator \
1818
--output conda \
1919
--file-key go \
2020
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \
21-
--prepend-channel "${LIBRAFT_CHANNEL}" \
22-
--prepend-channel "${RAFT_CHANNEL}" \
21+
--prepend-channel "${LIBRAFT_CHANNEL}" \
22+
--prepend-channel "${RAFT_CHANNEL}" \
2323
--prepend-channel "${CPP_CHANNEL}" \
2424
| tee env.yaml
2525

ci/build_java.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ source ./ci/use_conda_packages_from_prs.sh
3636
rapids-dependency-file-generator \
3737
--output conda \
3838
--file-key java \
39-
--prepend-channel "${LIBRAFT_CHANNEL}" \
40-
--prepend-channel "${RAFT_CHANNEL}" \
39+
--prepend-channel "${LIBRAFT_CHANNEL}" \
40+
--prepend-channel "${RAFT_CHANNEL}" \
4141
--prepend-channel "${CPP_CHANNEL}" \
4242
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch)" | tee "${ENV_YAML_DIR}/env.yaml"
4343

ci/build_rust.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rapids-dependency-file-generator \
1818
--output conda \
1919
--file-key rust \
2020
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \
21-
--prepend-channel "${LIBRAFT_CHANNEL}" \
22-
--prepend-channel "${RAFT_CHANNEL}" \
21+
--prepend-channel "${LIBRAFT_CHANNEL}" \
22+
--prepend-channel "${RAFT_CHANNEL}" \
2323
--prepend-channel "${CPP_CHANNEL}" \
2424
| tee env.yaml
2525

ci/test_cpp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rapids-dependency-file-generator \
1717
--output conda \
1818
--file-key test_cpp \
1919
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch)" \
20-
--prepend-channel "${LIBRAFT_CHANNEL}" \
21-
--prepend-channel "${RAFT_CHANNEL}" \
20+
--prepend-channel "${LIBRAFT_CHANNEL}" \
21+
--prepend-channel "${RAFT_CHANNEL}" \
2222
--prepend-channel "${CPP_CHANNEL}" \
2323
| tee env.yaml
2424

ci/test_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ rapids-dependency-file-generator \
1919
--output conda \
2020
--file-key test_python \
2121
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" \
22-
--prepend-channel "${LIBRAFT_CHANNEL}" \
23-
--prepend-channel "${RAFT_CHANNEL}" \
22+
--prepend-channel "${LIBRAFT_CHANNEL}" \
23+
--prepend-channel "${RAFT_CHANNEL}" \
2424
--prepend-channel "${CPP_CHANNEL}" \
2525
--prepend-channel "${PYTHON_CHANNEL}" \
2626
| tee env.yaml

0 commit comments

Comments
 (0)