From 2cbedf0e9b9cb6ed297ca37128dde2f57cec37b7 Mon Sep 17 00:00:00 2001 From: Discord9 Date: Wed, 6 Dec 2023 11:06:04 +0800 Subject: [PATCH] chore: add newline in end --- scripts/check_pyo3_link_script.sh | 2 +- scripts/greptime.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check_pyo3_link_script.sh b/scripts/check_pyo3_link_script.sh index 2c24e4ef67f8..87143c736825 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 6f3cf2c699c8..56d84928edb7 100755 --- a/scripts/greptime.sh +++ b/scripts/greptime.sh @@ -88,4 +88,4 @@ main() { execute_greptime "$@" } -main "$@" \ No newline at end of file +main "$@"