diff options
author | iphydf <iphydf@users.noreply.github.com> | 2018-07-20 12:56:52 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-07-21 01:13:29 +0000 |
commit | affaaee210633608da052724949f77067c22769e (patch) | |
tree | 6a9e76dca77671eed584d7ffffadc1ff7ebf82d9 /auto_tests | |
parent | a672b3c56e3f3d67c5de19d2053af5bde1ae3d9f (diff) |
Run buildifier on c-toxcore BUILD files.
Diffstat (limited to 'auto_tests')
-rw-r--r-- | auto_tests/BUILD.bazel | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel index 4a0275ee..a9c0c20d 100644 --- a/auto_tests/BUILD.bazel +++ b/auto_tests/BUILD.bazel | |||
@@ -14,7 +14,10 @@ test_sizes = { | |||
14 | 14 | ||
15 | [cc_test( | 15 | [cc_test( |
16 | name = src[:-2], | 16 | name = src[:-2], |
17 | size = test_sizes.get(src[:-2], "small"), | 17 | size = test_sizes.get( |
18 | src[:-2], | ||
19 | "small", | ||
20 | ), | ||
18 | srcs = [src], | 21 | srcs = [src], |
19 | copts = ["-Wno-sign-compare"], | 22 | copts = ["-Wno-sign-compare"], |
20 | deps = [ | 23 | deps = [ |