api: run go fmt
This commit is contained in:
@@ -27,8 +27,8 @@ func domainModeratorNew(domain string, email string) error {
|
||||
func domainModeratorNewHandler(w http.ResponseWriter, r *http.Request) {
|
||||
type request struct {
|
||||
OwnerToken *string `json:"ownerToken"`
|
||||
Domain *string `json:"domain"`
|
||||
Email *string `json:"email"`
|
||||
Domain *string `json:"domain"`
|
||||
Email *string `json:"email"`
|
||||
}
|
||||
|
||||
var x request
|
||||
|
||||
Reference in New Issue
Block a user