Reformat some BUILD files according to the buildifier guidelines
Change-Id: I8aa599f89fc14296275193475e50eb8f27b4bf0a
diff --git a/models/openconfig-infinera/BUILD b/models/openconfig-infinera/BUILD
index 14ccc86..a4e0989 100644
--- a/models/openconfig-infinera/BUILD
+++ b/models/openconfig-infinera/BUILD
@@ -9,9 +9,9 @@
]
yang_model(
- app_name = "org.onosproject.models.openconfig-infinera",
- title = "OpenConfig Infinera XT3300 YANG Models",
- custom_registrator = False,
- deps = COMPILE_DEPS,
- required_apps = APPS,
+ app_name = "org.onosproject.models.openconfig-infinera",
+ custom_registrator = False,
+ required_apps = APPS,
+ title = "OpenConfig Infinera XT3300 YANG Models",
+ deps = COMPILE_DEPS,
)