From f9fe4c03776e10cd2038c332e6300156ee751005 Mon Sep 17 00:00:00 2001 From: Juri Date: Wed, 21 Feb 2018 23:53:09 +0100 Subject: [PATCH] fix bazel formatting --- BUILD.bazel | 2 +- src/BUILD.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 15c6946..fc34b16 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -29,7 +29,7 @@ ANGULAR_TESTING = [ # We use AOT, so the compiler and the dynamic platform-browser should be # visible only in tests "node_modules/@angular/compiler/bundles/*.umd.js", - "node_modules/@angular/platform-browser-dynamic/bundles/*.umd.js" + "node_modules/@angular/platform-browser-dynamic/bundles/*.umd.js", ] filegroup( diff --git a/src/BUILD.bazel b/src/BUILD.bazel index 74f04f7..fb6c86c 100644 --- a/src/BUILD.bazel +++ b/src/BUILD.bazel @@ -12,7 +12,7 @@ ng_module( name = "src", srcs = glob( ["*.ts"], - exclude = ["*.spec.ts"] + exclude = ["*.spec.ts"], ), assets = glob([ "*.css",