Skip to content

Commit

Permalink
Remove unintentional leading space from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLak committed Apr 18, 2024
1 parent 23a505f commit 1d54d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ download_and_concatenate_common_dictionaries "$SEED_DATA_DIR/__base.dict" \

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

0 comments on commit 1d54d4b

Please sign in to comment.