client+server: normalize trailing newlines

This commit is contained in:
Shyam Sunder
2020-06-05 10:54:32 -04:00
parent 4f46619b91
commit c0d0c4c894
8 changed files with 5 additions and 8 deletions

View File

@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
fi
fi