commit | 8db1f96da8f5848746ab9879b6be7206b910c7bc | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Oct 05 10:53:00 2023 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Thu Oct 05 18:25:10 2023 +0000 |
tree | 4a5938e0ff9bab6d4b11dba37d27020aa976296d | |
parent | 14f1f8787079eb62458fff2c63ebb10826d1cf1b [diff] |
Use buildifier to reformat all Bazel files After updating to buildifier 6.3.3 Ran the following commands: shopt -s globstar buildifier --mode=fix --lint=fix **/BUILD.bazel buildifier --mode=fix --lint=fix **/*.bzl This mostly sorted the load statements. Change-Id: I7da7513afbc147300cfecb38073ad52c05da2f16 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/763276 Reviewed-by: Leandro Lovisolo <lovisolo@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>