fix: codespaces widgets

This commit is contained in:
2026-02-12 17:11:08 +00:00
parent f5ccef0b78
commit 5efa129577
5 changed files with 14 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ run() {
else
time_color="$RED"
fi
printf "\n${CYAN}>>> ${CYAN_BOLD}${script_name}, ${NC}"
printf "${CYAN}>>> ${CYAN_BOLD}${script_name}, ${NC}"
printf "completed in ${time_color}${execution_ms_formatted}ms${NC}\n"
done
}