From 6ace3d6cf060cbe86c3f7b8ba22a9c4395837ee8 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 6 Feb 2023 18:49:06 +0000 Subject: [PATCH] ci/android: add missing line terminator at the end of the file Signed-off-by: Eric Engestrom Reviewed-by: Helen Koike Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index d81f55ff62f..1f6563051fa 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -108,4 +108,4 @@ cp /cuttlefish/cuttlefish/instances/cvd-1/logs/logcat results cp /cuttlefish/cuttlefish/instances/cvd-1/kernel.log results cp /cuttlefish/cuttlefish/instances/cvd-1/logs/launcher.log results -exit $EXIT_CODE \ No newline at end of file +exit $EXIT_CODE