diff --git a/source/libs/function/test/runUdf.c b/source/libs/function/test/runUdf.c index 0c47247e21..39f547cc06 100644 --- a/source/libs/function/test/runUdf.c +++ b/source/libs/function/test/runUdf.c @@ -215,4 +215,4 @@ int main(int argc, char *argv[]) { fnError("failed to close udfc"); return -1; } -} +} \ No newline at end of file diff --git a/tests/script/tsim/sync/3Replica1VgElect.sim b/tests/script/tsim/sync/3Replica1VgElect.sim index 1de856f9a4..353ec2c792 100644 --- a/tests/script/tsim/sync/3Replica1VgElect.sim +++ b/tests/script/tsim/sync/3Replica1VgElect.sim @@ -461,7 +461,4 @@ endi system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT -system sh/exec.sh -n dnode4 -s stop -x SIGINT - - - +system sh/exec.sh -n dnode4 -s stop -x SIGINT \ No newline at end of file