Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmai committed Dec 5, 2020
1 parent 30ac1fa commit 4f8834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ func getMemUsage() int {
}

func JemallocHandler(w http.ResponseWriter, r *http.Request) {
x.AddCorsHeaders(w)
AddCorsHeaders(w)

na := z.NumAllocBytes()
fmt.Fprintf(w, "Num Allocated Bytes: %s [%d]\n",
Expand Down

0 comments on commit 4f8834e

Please sign in to comment.