Do a make format run.

This commit is contained in:
Brian Brazil 2015-12-18 14:08:52 +00:00
commit 2f0d697f8c
11 changed files with 49 additions and 53 deletions

View file

@ -17,8 +17,8 @@ package collector
import (
"errors"
"strconv"
"regexp"
"strconv"
"github.com/prometheus/common/log"
)