Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed May 21, 2023
1 parent c1fd15a commit 405c432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions internal/config/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ package config

import (
"errors"
"github.com/evg4b/uncors/internal/config/hooks"
"strings"

"github.com/evg4b/uncors/internal/config/hooks"
"github.com/mitchellh/mapstructure"

"github.com/samber/lo"

"github.com/spf13/viper"
)

Expand Down
3 changes: 2 additions & 1 deletion internal/config/mappings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
package config_test

import (
"github.com/evg4b/uncors/internal/config"
"testing"

"github.com/evg4b/uncors/internal/config"

"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 405c432

Please sign in to comment.