mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Run buildifier on c-toxcore BUILD files.
This commit is contained in:
parent
a672b3c56e
commit
affaaee210
|
@ -14,7 +14,10 @@ test_sizes = {
|
|||
|
||||
[cc_test(
|
||||
name = src[:-2],
|
||||
size = test_sizes.get(src[:-2], "small"),
|
||||
size = test_sizes.get(
|
||||
src[:-2],
|
||||
"small",
|
||||
),
|
||||
srcs = [src],
|
||||
copts = ["-Wno-sign-compare"],
|
||||
deps = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user