diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 17:39:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 17:39:12 -0500 |
| commit | 1b78a341de44212fb42a15b40d292aa18a6a7a37 (patch) | |
| tree | dc2999c62433af6648892f25033e7fe1d9dc6c55 /droplet.proto | |
| parent | c0c2533aaa33fc6e2fa1247c9a08de8b911475f3 (diff) | |
autoscan
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
| -rw-r--r-- | droplet.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/droplet.proto b/droplet.proto index 5befe97..87f215e 100644 --- a/droplet.proto +++ b/droplet.proto @@ -26,11 +26,11 @@ message Droplet { string name = 2; } - message Disk { - string filename = 1; - int64 size = 2; - } +} +message Disk { + string filename = 1; + int64 size = 2; } message StorageInfo { |
