diff --git a/scripts/check_pyo3_link_script.sh b/scripts/check_pyo3_link_script.sh index 2c24e4ef67..87143c7368 100755 --- a/scripts/check_pyo3_link_script.sh +++ b/scripts/check_pyo3_link_script.sh @@ -8,4 +8,4 @@ if [[ $FEATURES == *pyo3_backend* ]]; then else exit 1 fi -fi \ No newline at end of file +fi diff --git a/scripts/greptime.sh b/scripts/greptime.sh index 6f3cf2c699..56d84928ed 100755 --- a/scripts/greptime.sh +++ b/scripts/greptime.sh @@ -88,4 +88,4 @@ main() { execute_greptime "$@" } -main "$@" \ No newline at end of file +main "$@"