Skip to content

Commit 1d54d4b

Browse files
committed
Remove unintentional leading space from comment
1 parent 23a505f commit 1d54d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ download_and_concatenate_common_dictionaries "$SEED_DATA_DIR/__base.dict" \
5353

5454
# The OSS-Fuzz base image has outdated dependencies by default so we upgrade them below.
5555
python3 -m pip install --upgrade pip
56-
# Upgrade to the latest versions known to work at the time the below changes were introduced:
56+
# Upgrade to the latest versions known to work at the time the below changes were introduced:
5757
python3 -m pip install 'setuptools~=69.0' 'pyinstaller~=6.0'

0 commit comments

Comments
 (0)