Skip to content

Commit

Permalink
rename format_everything to format
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconrod committed Jun 10, 2017
1 parent d26d58a commit 75603c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/BUILD
@@ -1,9 +1,9 @@
py_binary(
name = "format_everything",
name = "format",
srcs = [
"format_everything.py",
"format.py",
"rewriter.py",
],
main = "format_everything.py",
main = "format.py",
deps = ["//gypsum"],
)
File renamed without changes.

0 comments on commit 75603c1

Please sign in to comment.