Skip to content

Commit

Permalink
fix bazel formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Feb 21, 2018
1 parent 24ce0f1 commit f9fe4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ng_module(
name = "src",
srcs = glob(
["*.ts"],
exclude = ["*.spec.ts"]
exclude = ["*.spec.ts"],
),
assets = glob([
"*.css",
Expand Down

0 comments on commit f9fe4c0

Please sign in to comment.