1
0
Fork 0

'go fmt' fixes

master
Philip O Toole 9 years ago
parent 68719955e0
commit f28b315a8d

@ -82,7 +82,7 @@ func Test_405Routes(t *testing.T) {
type MockStore struct {
executeFn func(queries []string, tx bool) ([]*sql.Result, error)
queryFn func(queries []string, tx, leader, verify bool) ([]*sql.Rows, error)
queryFn func(queries []string, tx, leader, verify bool) ([]*sql.Rows, error)
}
func (m *MockStore) Execute(queries []string, tx bool) ([]*sql.Result, error) {
@ -103,7 +103,7 @@ func (m *MockStore) Join(addr string) error {
return nil
}
func (m * MockStore) Leader() string {
func (m *MockStore) Leader() string {
return ""
}

Loading…
Cancel
Save