internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"
This commit is contained in:
@ -170,7 +170,7 @@ func newCorsHandler(srv *Server, corsString string) http.Handler {
|
||||
c := cors.New(cors.Options{
|
||||
AllowedOrigins: allowedOrigins,
|
||||
AllowedMethods: []string{"POST", "GET"},
|
||||
MaxAge: 600,
|
||||
MaxAge: 600,
|
||||
})
|
||||
return c.Handler(srv)
|
||||
}
|
||||
|
Reference in New Issue
Block a user