From 5b7c1879c6ed68ec37c3b89f9eec82775a5d891a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 24 Oct 2024 16:09:39 -0500 Subject: minor formating Signed-off-by: Jeff Carr --- hypervisor.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hypervisor.proto') diff --git a/hypervisor.proto b/hypervisor.proto index fa3a190..3d2d87d 100644 --- a/hypervisor.proto +++ b/hypervisor.proto @@ -2,9 +2,9 @@ syntax = "proto3"; package virtbuf; message Hypervisor { - string uuid = 1; + string uuid = 1; string hostname = 2; - bool active = 3; // is allowed to start new droplets + bool active = 3; // is allowed to start new droplets int64 cpus = 4; int64 memory = 5; // in bytes string comment = 6; -- cgit v1.2.3