Skip to content

Commit

Permalink
fix(kv): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 4, 2023
1 parent 2172f40 commit 0d9dd2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/kv/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (
"sync"

"github.com/go-faster/errors"
"github.com/iyear/tdl/pkg/validator"
"github.com/mitchellh/mapstructure"

"github.com/iyear/tdl/pkg/validator"
)

func init() {
Expand Down
4 changes: 2 additions & 2 deletions pkg/kv/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package kv

import (
"fmt"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"path/filepath"
"testing"

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

func forEachStorage(t *testing.T, fn func(e Storage, t *testing.T)) {
Expand Down

0 comments on commit 0d9dd2c

Please sign in to comment.