Skip to content

Commit

Permalink
fix(cmd/influx): remove unnecesary newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Faith Chikwekwe authored and Faith Chikwekwe committed Nov 6, 2019
1 parent f287c30 commit 6b0a18e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/influx/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/influxdata/flux/repl"
_ "github.com/influxdata/flux/stdlib" // Import the stdlib
platform "github.com/influxdata/influxdb"

_ "github.com/influxdata/influxdb/query/stdlib" // Import the stdlib
"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down
1 change: 0 additions & 1 deletion cmd/influx/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
platform "github.com/influxdata/influxdb"
"github.com/influxdata/influxdb/http"
"github.com/influxdata/influxdb/query"

_ "github.com/influxdata/influxdb/query/stdlib" // Import the stdlib
"github.com/spf13/cobra"
"github.com/spf13/viper"
Expand Down

0 comments on commit 6b0a18e

Please sign in to comment.