Merge "Clean up CSIT Test"
[cps.git] / csit / plans / cps / pnfsim / netconf-config / stores.yang
index 59051f2..56ad95c 100644 (file)
@@ -6,8 +6,8 @@ module stores {
 
     prefix book-store;
 
-       import ietf-yang-types { prefix yang; }
-       import ietf-inet-types { prefix inet; }
+    import ietf-yang-types { prefix yang; }
+    import ietf-inet-types { prefix inet; }
 
     revision "2020-09-15" {
         description
@@ -51,10 +51,10 @@ module stores {
                     type string;
                 }
                 leaf pub_year {
-                     type year;
+                    type year;
                 }
                 leaf price {
-                     type uint64;
+                    type uint64;
                 }
             }
         }