Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatturu committed Jul 31, 2024
1 parent 35fde8d commit 14d4136
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ message AvailabilityZoneResponse {
}

message AvailabilityZone {
string name = 1;
string id = 2;
string locationName = 3;
string name = 1;
string id = 2;
string locationName = 3;
repeated string nodes = 5;
Status status = 6;
}
Expand Down

0 comments on commit 14d4136

Please sign in to comment.