Skip to content

Commit

Permalink
Fix style problems (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Jan 9, 2018
1 parent d544ceb commit 4f021ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -3,7 +3,7 @@ Please answer these questions before submitting your issue. Thanks!
### What version of pprof are you using?

If you are using pprof via `go tool pprof`, what's your `go env` output?
If you run pprof from Github, what's the Git revision?
If you run pprof from GitHub, what's the Git revision?


### What operating system and processor architecture are you using?
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -47,13 +47,13 @@ git commit -a -m "Add new feature."
git push aalexand
```

where `aalexand` is your Github user ID. Then proceed to the Github UI to send a
where `aalexand` is your GitHub user ID. Then proceed to the GitHub UI to send a
code review.

# Code reviews

All submissions, including submissions by project members, require review.
We use Github pull requests for this purpose.
We use GitHub pull requests for this purpose.

The pprof source code is in Go with a bit of JavaScript, CSS and HTML. If you
are new to Go, read [Effective Go](https://golang.org/doc/effective_go.html) and
Expand Down
1 change: 1 addition & 0 deletions internal/driver/webhtml.go
Expand Up @@ -15,6 +15,7 @@
package driver

import "html/template"

import "github.com/google/pprof/third_party/d3"
import "github.com/google/pprof/third_party/d3tip"
import "github.com/google/pprof/third_party/d3flamegraph"
Expand Down

0 comments on commit 4f021ae

Please sign in to comment.