X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/7cd900d61edbd6d322db3cecb913adf574389320..318eb6bc17ee406e26c1cfe0835409fd446bad75:/hotline/file_store.go diff --git a/hotline/file_store.go b/hotline/file_store.go index 3c46fae..1525e2e 100644 --- a/hotline/file_store.go +++ b/hotline/file_store.go @@ -80,7 +80,6 @@ func (mfs *MockFileStore) Stat(name string) (os.FileInfo, error) { args := mfs.Called(name) if args.Get(0) == nil { return nil, args.Error(1) - } return args.Get(0).(os.FileInfo), args.Error(1) }