Skip to content

Commit a77ce30

Browse files
committed
Remove unnecessary spacing
1 parent 17388de commit a77ce30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build-script-impl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ function printJSONTimestamp() {
30203020
local command=$1
30213021
local kind=$2
30223022

3023-
echo "{ \"command\": \"${command}\", \"${kind}\": \"$(date "+%Y-%m-%dT%H:%M:%S")\" }"
3023+
echo "{ \"command\": \"${command}\", \"${kind}\": \"$(date "+%Y-%m-%dT%H:%M:%S")\" }"
30243024
}
30253025

30263026
function printJSONStartTimestamp() {
@@ -3050,7 +3050,6 @@ for host in "${ALL_HOSTS[@]}"; do
30503050
host_install_destdir=$(get_host_install_destdir ${host})
30513051
host_install_prefix=$(get_host_install_prefix ${host})
30523052

3053-
30543053
if [[ "${DARWIN_INSTALL_EXTRACT_SYMBOLS}" ]] && [[ $(host_has_darwin_symbols ${host}) ]]; then
30553054
echo "--- Extracting symbols ---"
30563055

0 commit comments

Comments
 (0)