Эх сурвалжийг харах

Format `WORKSPACE` with `buildifier`. (#403)

This wasn't being caught by our `pre-commit` setup, I've sent the fix
here: https://github.com/jlebar/pre-commit-hooks/pull/9
Chandler Carruth 5 жил өмнө
parent
commit
bbb38a3728
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      WORKSPACE

+ 3 - 3
WORKSPACE

@@ -56,8 +56,8 @@ llvm_zlib_system(name = "llvm_zlib")
 # Until then, this is pulling from that pull request's commit.
 http_archive(
     name = "rules_m4",
-    strip_prefix = "rules_m4-add-extra-copts",
     sha256 = "4d34917214e8890ad770bdf0c319c41c9201fffd770938b41a1d641d4b27e05c",
+    strip_prefix = "rules_m4-add-extra-copts",
     urls = ["https://github.com/chandlerc/rules_m4/archive/add-extra-copts.zip"],
 )
 
@@ -74,8 +74,8 @@ m4_register_toolchains(extra_copts = ["-w"])
 # Until then, this is pulling from that pull request's commit.
 http_archive(
     name = "rules_flex",
-    strip_prefix = "rules_flex-add-extra-copts",
     sha256 = "fd97c3ae23926507be1b95158a683cd41c628d201e852a325d38b5e9f821b752",
+    strip_prefix = "rules_flex-add-extra-copts",
     urls = ["https://github.com/chandlerc/rules_flex/archive/add-extra-copts.zip"],
 )
 
@@ -92,8 +92,8 @@ flex_register_toolchains(extra_copts = ["-w"])
 # Until then, this is pulling from that pull request's commit.
 http_archive(
     name = "rules_bison",
-    strip_prefix = "rules_bison-add-extra-copts",
     sha256 = "c6e926f15214d903966dc950d759ec69116db67f148be114c119e4def0551eaa",
+    strip_prefix = "rules_bison-add-extra-copts",
     urls = ["https://github.com/chandlerc/rules_bison/archive/add-extra-copts.zip"],
 )