fix gofmt problem in existing code
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
parent
3fa48e54ff
commit
eb3990ead9
3 changed files with 10 additions and 10 deletions
|
@ -25,11 +25,11 @@ func (s *Server) Status(ctx context.Context, req *pb.StatusRequest) (*pb.StatusR
|
|||
resp := &pb.StatusResponse{
|
||||
Status: &pb.RuntimeStatus{
|
||||
Conditions: []*pb.RuntimeCondition{
|
||||
&pb.RuntimeCondition{
|
||||
{
|
||||
Type: &runtimeReadyConditionString,
|
||||
Status: &runtimeReady,
|
||||
},
|
||||
&pb.RuntimeCondition{
|
||||
{
|
||||
Type: &networkReadyConditionString,
|
||||
Status: &networkReady,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue