From b8b83768d87af0535ec45e71e1b73af0f11611b8 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 10 Jan 2023 10:24:48 -0700 Subject: [PATCH] Add trailing newline --- tests/smoke-test/run-smoke-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke-test/run-smoke-test.sh b/tests/smoke-test/run-smoke-test.sh index ac1fa1d4..ffdf8a06 100755 --- a/tests/smoke-test/run-smoke-test.sh +++ b/tests/smoke-test/run-smoke-test.sh @@ -18,4 +18,4 @@ $TEST_TARGET_SO deploy-system --include test up # TODO: test that we can use the deployed container somehow # Clean up $TEST_TARGET_SO deploy-system --include test down -echo "Test passed" \ No newline at end of file +echo "Test passed"