Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Feb 25, 2024
1 parent c608e56 commit 22a67b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x/key/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func TestRepository(t *testing.T) {
db, cleanup_db := testutil.CreateDB()
defer cleanup_db()

mc, cleanup_mc := testutil.CreateMC()
defer cleanup_mc()
mc, cleanup_mc := testutil.CreateMC()
defer cleanup_mc()

repo := NewRepository(db, mc)

Expand Down
4 changes: 2 additions & 2 deletions x/key/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ func TestService(t *testing.T) {
db, cleanup_db := testutil.CreateDB()
defer cleanup_db()

mc, cleanup_mc := testutil.CreateMC()
defer cleanup_mc()
mc, cleanup_mc := testutil.CreateMC()
defer cleanup_mc()

ctrl := gomock.NewController(t)
defer ctrl.Finish()
Expand Down

0 comments on commit 22a67b6

Please sign in to comment.