style: re-format BUILD file with buildifier.

This commit is contained in:
dhmemi 2024-01-05 11:23:23 +08:00
parent 3028899d61
commit e0ec670d20

View File

@ -12,8 +12,8 @@ py_library(
py_binary(
name = "compare",
srcs = ["compare.py"],
python_version = "PY3",
imports = ["."],
python_version = "PY3",
deps = [
":gbench",
],