Skip to content

Commit

Permalink
fix: linter fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
  • Loading branch information
darkmatterpool committed Sep 25, 2022
1 parent c862071 commit ea398ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions pkg/bridge/connectors/dummypay/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ package dummypay
import "github.com/spf13/afero"

func newTestFS() fs {
fs := newFS()
fs = afero.NewMemMapFs()

return fs
return afero.NewMemMapFs()
}
3 changes: 1 addition & 2 deletions pkg/bridge/connectors/dummypay/task_read_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import (
"strings"
"time"

"github.com/spf13/afero"

"github.com/numary/go-libs/sharedlogging"
"github.com/numary/payments/pkg/bridge/task"
"github.com/spf13/afero"
)

const taskKeyReadFiles = "read-files"
Expand Down

0 comments on commit ea398ae

Please sign in to comment.