Correct network data json data

Replace tabs with spaces for proper json formatting in network data.

Change-Id: I5f9ca9b6c1c8c005f42c0df890d8b9380800cb45
This commit is contained in:
Anderson, Craig (ca846m) 2022-02-15 21:16:15 -08:00
parent 6c91d54e96
commit eab643987b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"links": [
{
"ethernet_mac_address": "52:54:00:6c:99:85",
"ethernet_mac_address": "52:54:00:6c:99:85",
"id": "ens3",
"type": "phy"
}
@ -10,7 +10,7 @@
{
"id": "network0",
"link": "ens3",
"network_id": "99e88329-f20d-4741-9596-25bf07847b16",
"network_id": "99e88329-f20d-4741-9596-25bf07847b16",
"type": "ipv4_dhcp"
}
],