diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-09T13·22+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-11T10·24+0000 |
commit | 459d9e106f68ea2761ee2dcaaa28e67756d6bdc3 (patch) | |
tree | 46aa68022f1b41aa2e66977073c5cf41d585894a /tvix/castore/protos/rpc_directory.proto | |
parent | db3ef5255fd6f6c4c4ac0e9077803a9eb70e63d9 (diff) |
chore(tvix/castore/protof): buf format r/7149
Change-Id: Idf11de78b0d6eca69fda34a89f2c57a00ed89ad5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10237 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Adam Joseph <adam@westernsemico.com>
Diffstat (limited to 'tvix/castore/protos/rpc_directory.proto')
-rw-r--r-- | tvix/castore/protos/rpc_directory.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tvix/castore/protos/rpc_directory.proto b/tvix/castore/protos/rpc_directory.proto index f45227a48eca..7fccb6c75e34 100644 --- a/tvix/castore/protos/rpc_directory.proto +++ b/tvix/castore/protos/rpc_directory.proto @@ -30,10 +30,10 @@ service DirectoryService { message GetDirectoryRequest { oneof by_what { - // The blake3 hash of the (root) Directory message, serialized in - // protobuf canonical form. - // Keep in mind this can be a subtree of another root. - bytes digest = 1; + // The blake3 hash of the (root) Directory message, serialized in + // protobuf canonical form. + // Keep in mind this can be a subtree of another root. + bytes digest = 1; } // If set to true, recursively resolve all child Directory messages. |