Navigation Menu

Skip to content

Commit

Permalink
fix empty else
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbin committed Jul 22, 2020
1 parent 3ff402f commit d559100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/apigateway/handler/misc.go
Expand Up @@ -230,8 +230,6 @@ func (mh *MiscHandler) DoBatchHostRegister(ctx context.Context, w http.ResponseW
if e != nil {
httperrors.JsonClientError(w, e)
return
} else {

}

hosts.WriteString(strings.Join(row, ",") + "\n")
Expand Down

0 comments on commit d559100

Please sign in to comment.