From 7212974445ac826a6ff8415aad23e58e322744fd Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Dec 2021 23:30:02 +0100 Subject: [PATCH] tests: Add missing newline at end of file Otherwise, it's difficult to read the file with cat(1). Resolves: #2000807 --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 58fedab..af632a1 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -14,4 +14,4 @@ environment: PODMAN: /usr/bin/podman TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5-6 - become: true \ No newline at end of file + become: true