Skip to content

Commit 381d2d3

Browse files
committed
Fixed formatting in net/http/pprof.go
1 parent 2a71af1 commit 381d2d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/net/http/pprof/pprof.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,13 @@ func collectProfile(p *pprof.Profile) (*profile.Profile, error) {
352352
}
353353

354354
var profileSupportsDelta = map[handler]bool{
355-
"allocs": true,
356-
"block": true,
357-
"goroutineleak": true,
358-
"goroutine": true,
359-
"heap": true,
360-
"mutex": true,
361-
"threadcreate": true,
355+
"allocs": true,
356+
"block": true,
357+
"goroutineleak": true,
358+
"goroutine": true,
359+
"heap": true,
360+
"mutex": true,
361+
"threadcreate": true,
362362
}
363363

364364
var profileDescriptions = map[string]string{

0 commit comments

Comments
 (0)