about summary refs log tree commit diff
path: root/tvix/castore/protos/rpc_directory.proto
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-09T13·22+0200
committerclbot <clbot@tvl.fyi>2023-12-11T10·24+0000
commit459d9e106f68ea2761ee2dcaaa28e67756d6bdc3 (patch)
tree46aa68022f1b41aa2e66977073c5cf41d585894a /tvix/castore/protos/rpc_directory.proto
parentdb3ef5255fd6f6c4c4ac0e9077803a9eb70e63d9 (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 '')
-rw-r--r--tvix/castore/protos/rpc_directory.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/tvix/castore/protos/rpc_directory.proto b/tvix/castore/protos/rpc_directory.proto
index f45227a48e..7fccb6c75e 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.