Skip to content

Commit b94d234

Browse files
Apply suggestion from @kirkrodrigues
Convert from 2->4 spaces for indentation. Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
1 parent af7340d commit b94d234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docker/yscope-velox-builder.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RUN wget --progress=dot:giga https://github.com/Kitware/CMake/releases/download/
3535
&& rm cmake-3.28.3-linux-x86_64.sh
3636

3737
RUN /tmp/velox-deps/setup-ubuntu.sh \
38-
&& mv /tmp/.venv /opt/velox-venv \
39-
&& rm -rf /tmp/velox-deps
38+
&& mv /tmp/.venv /opt/velox-venv \
39+
&& rm -rf /tmp/velox-deps
4040

4141
# Activate the virtual environment
4242
ENV PATH="/opt/velox-venv/bin:${PATH}"

0 commit comments

Comments
 (0)