Reformat some BUILD files according to the buildifier guidelines
Change-Id: I8aa599f89fc14296275193475e50eb8f27b4bf0a
diff --git a/models/huawei/BUILD b/models/huawei/BUILD
index 5a0a8a0..93be622 100644
--- a/models/huawei/BUILD
+++ b/models/huawei/BUILD
@@ -1,7 +1,7 @@
load("//tools/build/bazel:yang.bzl", "yang_model")
-yang_model (
- app_name = "org.onosproject.models.huawei",
- title = "Huawei YANG Models",
- custom_registrator = True,
+yang_model(
+ app_name = "org.onosproject.models.huawei",
+ custom_registrator = True,
+ title = "Huawei YANG Models",
)