Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed May 16, 2018
1 parent c837477 commit c4c3838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/pgbouncer/pgbouncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (p *PgBouncer) accRow(row scanner, acc telegraf.Accumulator, columns []stri
err := row.Scan(columnVars...)

if err != nil {
return nil,nil, err
return nil, nil, err
}
if columnMap["database"] != nil {
// extract the database name from the column map
Expand Down

0 comments on commit c4c3838

Please sign in to comment.