Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
typo and fit comments into 80-char-width
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ramon committed Feb 16, 2016
1 parent f0a959d commit d0cf9fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/cmd/webapp-influxdb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ func main() {
// Enables InfluxDB server authentication.
conf.HTTPD.AuthEnabled = true

// InfluxDB server auth credentials.
// If user does not exist yet it will
// created as admin user.
// InfluxDB server auth credentials. If user does not exist yet it will
// be created as admin user.
user := appdash.InfluxDBAdminUser{Username: "demo", Password: "demo"}

store, err := appdash.NewInfluxDBStore(appdash.InfluxDBStoreConfig{
Expand Down

0 comments on commit d0cf9fb

Please sign in to comment.