Go fmt
This commit is contained in:
@@ -4,8 +4,8 @@ package example
|
||||
// github.com/matryer/moq
|
||||
|
||||
import (
|
||||
"sync"
|
||||
"context"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -86,7 +86,7 @@ func (mock *PersonStoreMock) CreateCalls() []struct {
|
||||
Ctx context.Context
|
||||
Person *Person
|
||||
Confirm bool
|
||||
} {
|
||||
} {
|
||||
var calls []struct {
|
||||
Ctx context.Context
|
||||
Person *Person
|
||||
@@ -122,7 +122,7 @@ func (mock *PersonStoreMock) Get(ctx context.Context, id string) (*Person, error
|
||||
func (mock *PersonStoreMock) GetCalls() []struct {
|
||||
Ctx context.Context
|
||||
Id string
|
||||
} {
|
||||
} {
|
||||
var calls []struct {
|
||||
Ctx context.Context
|
||||
Id string
|
||||
|
Reference in New Issue
Block a user