Files
flatbuffers/tests
Philipp Schrader 362dd663f8 Fix BUILD.bazel style violations (#8081)
`buildifier` was complaining as follows:

    #### :bazel: buildifier: found 2 lint issues in your WORKSPACE, BUILD and *.bzl files
    <pre><code>tests/ts/bazel_repository_test_dir/BUILD:3:1: <a href="https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#out-of-order-load">out-of-order-load</a>: Load statement is out of its lexicographical order.
    ts/BUILD.bazel:2:1: <a href="https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#out-of-order-load">out-of-order-load</a>: Load statement is out of its lexicographical order.</pre></code>

This can be fixed locally like so:

    $ buildifier -lint fix $(git ls-files | grep -e '/BUILD.bazel$' -e '/BUILD$' -e '\<WORKSPACE$')

I also took this opportunity to fix one of the filenames.

I accidentally introduced these errors in #8078.
2023-08-28 09:20:10 +02:00
..
2022-09-29 09:58:49 -04:00
2023-05-26 10:33:09 -07:00
2023-04-06 00:29:14 +02:00
2023-05-11 18:14:27 -07:00
2022-10-21 14:30:04 -04:00
2023-05-26 10:33:09 -07:00
2023-05-26 10:33:09 -07:00
2023-05-31 11:52:05 -07:00
2022-08-28 16:54:58 -07:00
2023-05-11 18:14:27 -07:00
2022-08-28 16:54:58 -07:00
2022-08-28 16:54:58 -07:00
2023-05-11 18:14:27 -07:00
2021-12-02 21:29:19 -08:00
2021-12-02 21:29:19 -08:00
2023-05-11 18:14:27 -07:00
2021-11-19 17:01:48 -08:00
2023-05-11 18:14:27 -07:00
2023-05-17 13:10:51 -07:00
2023-05-31 11:52:05 -07:00
2023-05-26 10:33:09 -07:00
2023-05-26 10:33:09 -07:00
2022-09-10 12:36:51 -07:00
2023-05-09 09:16:30 -07:00
2023-05-31 19:31:47 +00:00
2022-08-28 16:54:58 -07:00