Skip to content

Commit 6f68339

Browse files
committed
Fix space
1 parent 1989a9f commit 6f68339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
if [[ "$(uname)" == Darwin ]]; then
3-
# Uninstall Conflicting jpeg brew formulae
3+
# Uninstall Conflicting jpeg brew formulae
44
jpeg_packages=$(brew list | grep jpeg)
55
echo "Existing Jpeg-related Brew libraries"
66
echo $jpeg_packages

0 commit comments

Comments
 (0)