Whitespace

This commit is contained in:
Alexey Milovidov 2024-07-20 00:08:25 +02:00
parent a373b62bbf
commit 134c006540

View File

@ -47,7 +47,7 @@ function timeout_with_logging() {
if [[ "${exit_code}" -eq "124" ]]
then
echo "The command 'timeout ${*}' has been killed by timeout"
echo "The command 'timeout ${*}' has been killed by timeout"
fi
return $exit_code