From 3256fa2ce9d99ae4b94ab202f5c36339e0159cc8 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 9 Mar 2020 11:23:35 +0100 Subject: Remove trailing spaces in robot scripts warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme --- robot/resources/aai/create_tenant.robot | 3 --- 1 file changed, 3 deletions(-) (limited to 'robot/resources/aai/create_tenant.robot') diff --git a/robot/resources/aai/create_tenant.robot b/robot/resources/aai/create_tenant.robot index 9a4ad68c..5dc34536 100644 --- a/robot/resources/aai/create_tenant.robot +++ b/robot/resources/aai/create_tenant.robot @@ -89,6 +89,3 @@ Update Tenant Dictionary \ ${status} ${tenant_id}= Run Keyword And Ignore Error Get From Dictionary ${map} tenant-id \ Run Keyword If '${status}' == 'PASS' Set To Dictionary ${dict} ${tenant_id}=${map} Log ${dict} - - - -- cgit 1.2.3-korg