Skip to content
Snippets Groups Projects
Commit e7769076 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

indentation

parent be9061b6
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,10 @@ message Deployment { ...@@ -44,10 +44,10 @@ message Deployment {
enum State { enum State {
ANNOUNCED = 0; ANNOUNCED = 0;
BUILT = 1; BUILT = 1;
DEPLOYED = 2; DEPLOYED = 2;
RUNNING = 3; RUNNING = 3;
DECOMMISSIONED = 4; DECOMMISSIONED = 4;
} }
message CreateRequest { message CreateRequest {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment