Reformat.

This commit is contained in:
David Given
2024-10-19 18:02:16 +02:00
parent d6a11d7164
commit 38af98ec9b
7 changed files with 27 additions and 7 deletions

View File

@@ -5,7 +5,11 @@ from build.utils import test
from scripts.build import protoencode_single
proto(name="test_proto", srcs=["./testproto.proto"], deps=["lib/config+common_proto"])
proto(
name="test_proto",
srcs=["./testproto.proto"],
deps=["lib/config+common_proto"],
)
protocc(
name="test_proto_lib", srcs=[".+test_proto"], deps=["lib/config+proto_lib"]