Remove unnecessary whitespace from ptpinstance template

Removed unnecessary whitespace from the ptpinstance template which was
resulting in poor formatting of the [interface] section of ptp instance
files.

This change does not affect functionality, it just cleans up the
resulting file for a consistent appearance.

Test Plan:
PASS: Verify resulting ptp instance files are formatted correctly

Story: 2010723
Task: 49446

Change-Id: I518433c084fef14d46b3468e30128c26d8468b47
Signed-off-by: Cole Walker <cole.walker@windriver.com>
This commit is contained in:
Cole Walker
2024-01-23 10:35:29 -05:00
parent f699a7c65a
commit 926c268800

View File

@@ -27,9 +27,6 @@
<%- interface['parameters'].each do |key,value| -%>
<%= key %> <%= value %>
<%- end -%>
<%- end -%>
<%- end -%>
<%- end -%>