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

@@ -1,7 +1,9 @@
from build.protobuf import proto, protocc
from build.c import cxxlibrary
proto(name="proto", srcs=["./fluxsource.proto"], deps=["lib/config+common_proto"])
proto(
name="proto", srcs=["./fluxsource.proto"], deps=["lib/config+common_proto"]
)
protocc(
name="proto_lib",