From 2413ed0bb68c6e95907d53fb27d817934f70ce58 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 9 Aug 2021 20:10:11 +0200 Subject: [PATCH] Cleanup whitespace in test.yang We have some ugliness here, clean it up. Change-Id: I9107551e82de226e327c8ba50f4dcb11b05b3c5b Signed-off-by: Robert Varga --- .../src/test/resources/test.yang | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/binding/mdsal-binding-dom-adapter/src/test/resources/test.yang b/binding/mdsal-binding-dom-adapter/src/test/resources/test.yang index fec593d110..edb7e9c4e8 100644 --- a/binding/mdsal-binding-dom-adapter/src/test/resources/test.yang +++ b/binding/mdsal-binding-dom-adapter/src/test/resources/test.yang @@ -1,4 +1,4 @@ -module test{ +module test { namespace "urn:test"; prefix tst; @@ -6,21 +6,21 @@ module test{ typedef id { type uint16 { - range "1..4094"; + range "1..4094"; } } - container cont{ + container cont { leaf vlan-id { type union { - type id; - type enumeration { - enum "any" { - value 4096; + type id; + type enumeration { + enum "any" { + value 4096; + } } - } } mandatory true; - } + } } -} \ No newline at end of file +} -- 2.36.6