[test] Fix gofmt issue

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2023-07-20 09:03:29 +02:00
parent a6b862860a
commit 1f56b2d704
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -138,4 +138,4 @@ func (m *MockMachineKeeper) GetMachineIndex(ctx types.Context, pubKey string) (t
func (mr *MockMachineKeeperMockRecorder) GetMachineIndex(ctx, pubKey interface{}) *gomock.Call {
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMachineIndex", reflect.TypeOf((*MockMachineKeeper)(nil).GetMachineIndex), ctx, pubKey)
}
}