💄 style(podkop): remove extra newline in NFT check completed message

This commit is contained in:
Ivan K
2025-05-20 19:28:40 +03:00
parent 1f81ec8403
commit 05a551e5e3

View File

@@ -1916,7 +1916,7 @@ check_nft() {
# Clean up # Clean up
rm -f "$tmp_file" rm -f "$tmp_file"
nolog "\nNFT check completed" nolog "NFT check completed"
} }
check_github() { check_github() {