Fix style

This commit is contained in:
Alexey Milovidov 2023-08-08 16:13:17 +02:00
parent 3b0248b833
commit 65a9dd1d18

View File

@ -184,6 +184,6 @@ fi
# Prepare profile info (time-trace)
mkdir -p profile-tmp
../utils/prepare-time-trace/prepare-time-trace.sh . profile-tmp
ls -1 profile-tmp | xargs cat > /profile/profile.json
find profile-tmp -type f -print0 | xargs -0 cat > /profile/profile.json
ls -l /output