summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/droplet.proto b/droplet.proto
index 5af9db0..470d61c 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -31,7 +31,8 @@ message Droplet {
int64 size = 2;
}
- message StorageInfo {
- int64 capacity = 1; // Stores the storage capacity in bytes.
- }
+}
+
+message StorageInfo {
+ int64 capacity = 1; // Stores the storage capacity in bytes.
}