Skip to content

Commit c9a160a

Browse files
committed
fix formatting
1 parent 0d34163 commit c9a160a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msvc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN PYTHONUNBUFFERED=1 ./vsdownload.py --accept-license --dest /opt/msvc \
3030
&& rm lowercase fixinclude install.sh vsdownload.py \
3131
&& find /opt/msvc -depth -type d -iregex '.*/.*arm[0-9]*$' -exec rm -fr {} \; \
3232
&& find /opt/msvc -depth -type d -iregex '.*/.*x86$' -exec rm -fr {} \;
33-
&& rm -rf wrappers \
33+
&& rm -rf wrappers
3434

3535
COPY msvcenv-native.sh /opt/msvc
3636

0 commit comments

Comments
 (0)