Browse Source

fix: remove extra closing brace causing syntax error in tikv_store.go

pull/7557/head
Chris Lu 1 week ago
parent
commit
9854e4c5d5
  1. 1
      weed/filer/tikv/tikv_store.go

1
weed/filer/tikv/tikv_store.go

@ -231,7 +231,6 @@ func (store *TikvStore) deleteBatch(ctx context.Context, keys [][]byte) error {
return nil
}
}
func (store *TikvStore) ListDirectoryEntries(ctx context.Context, dirPath util.FullPath, startFileName string, includeStartFile bool, limit int64, eachEntryFunc filer.ListEachEntryFunc) (string, error) {
return store.ListDirectoryPrefixedEntries(ctx, dirPath, startFileName, includeStartFile, limit, "", eachEntryFunc)

Loading…
Cancel
Save