mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Reformat.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user