From e7769076b3f175f52779599ff82451b8a0aeb59f Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Wed, 7 Jul 2021 15:51:05 +0100 Subject: [PATCH] indentation --- proto/gosdn/csbi/csbi.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/gosdn/csbi/csbi.proto b/proto/gosdn/csbi/csbi.proto index 26650bb..687273f 100644 --- a/proto/gosdn/csbi/csbi.proto +++ b/proto/gosdn/csbi/csbi.proto @@ -44,10 +44,10 @@ message Deployment { enum State { ANNOUNCED = 0; - BUILT = 1; - DEPLOYED = 2; - RUNNING = 3; - DECOMMISSIONED = 4; + BUILT = 1; + DEPLOYED = 2; + RUNNING = 3; + DECOMMISSIONED = 4; } message CreateRequest { -- GitLab