Skip to content

Commit

Permalink
Fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 6, 2019
1 parent a842b8f commit bdf2db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import (
"sync"
"time"

"gopkg.in/yaml.v2"

"github.com/fsnotify/fsnotify"
"github.com/hashicorp/hcl"
"github.com/hashicorp/hcl/hcl/printer"
Expand All @@ -48,6 +46,7 @@ import (
"github.com/spf13/pflag"
"github.com/subosito/gotenv"
"gopkg.in/ini.v1"
"gopkg.in/yaml.v2"
)

// ConfigMarshalError happens when failing to marshal the configuration.
Expand Down

0 comments on commit bdf2db0

Please sign in to comment.