Update fmt.sh (#1325)

This commit is contained in:
Shiming Zhang 2023-11-15 15:16:34 +08:00 committed by GitHub
parent b20b9daf42
commit dca4dac9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,5 @@
export LC_ALL=C
cat $1 |
filter_docker_library |
filter_k8s_old |
sort -u |
grep -v '^$' >$1.tmp && mv $1.tmp $1