Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 12, 2022
1 parent 020a06e commit f064b4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/mock/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import (
// SetupApp returns an application as well as a clean-up function
// to be used to quickly setup a test case with an app
func SetupApp() (abci.Application, func(), error) {
var logger tmlog.Logger

logger = tmlog.NewTMLogger(tmlog.NewSyncWriter(os.Stdout)).With("module", "mock")
logger := tmlog.NewTMLogger(tmlog.NewSyncWriter(os.Stdout)).With("module", "mock")

rootDir, err := os.MkdirTemp("", "mock-sdk")
if err != nil {
Expand Down

0 comments on commit f064b4a

Please sign in to comment.