Skip to content

Commit

Permalink
style: run the purify-text linter on all files
Browse files Browse the repository at this point in the history
This commit was created by running:
    pre-commit run purify-text --all
  • Loading branch information
qzmfranklin committed Dec 18, 2018
1 parent 72d63cc commit fc61936
Show file tree
Hide file tree
Showing 336 changed files with 463 additions and 738 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build --strategy=CoreCompile=standalone
build --strategy=CoreCompile=standalone
3 changes: 1 addition & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

filegroup(
name = "node_modules",
name = "node_modules",
srcs = glob([
"node_modules/**/*.js",
"node_modules/**/*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A collection of targets that build routeguide clients
clients:
clients:
bazel build \
//android/example/routeguide:client \
//closure/example/routeguide/client \
Expand Down Expand Up @@ -42,4 +42,4 @@ closure_test:
bazel test \
//github.com/grpc/grpc-web/example/routeguide/...

all: compile library clients servers tests
all: compile library clients servers tests
Loading

0 comments on commit fc61936

Please sign in to comment.