Merge pull request #9166 from influxdata/js-code-cleanup

Group the "strings" import with the other stdlib imports
pull/9145/head
Jonathan A. Sternberg 2017-11-28 09:07:24 -05:00 committed by GitHub
commit 0b18a6faf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,10 +5,10 @@ import (
"flag"
"fmt"
"os"
"strings"
"github.com/influxdata/influxdb/client"
"github.com/influxdata/influxdb/cmd/influx/cli"
"strings"
)
// These variables are populated via the Go linker.