1
0
mirror of https://github.com/golang/go synced 2024-11-19 09:24:39 -07:00

cmd/pprof/internal/profile: insert blank line after non-doc comment

Change-Id: I91fe72c60d6c41644780474620e05380e9af2a3d
Reviewed-on: https://go-review.googlesource.com/7620
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Russ Cox 2015-03-12 14:26:05 -04:00
parent 0c31992eb3
commit 8e2a57e643

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// Implements methods to filter samples from profiles.
package profile
import "regexp"