Skip to content

Commit

Permalink
use CO_RETURN
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Mar 20, 2024
1 parent 98894cd commit 1466dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/table_cache_sync_and_async.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DEFINE_SYNC_AND_ASYNC(Status, TableCache::MultiGet)
GetFromRowCache(user_key, row_cache_key, row_cache_key_prefix_size,
get_context, &read_status);
if (!read_status.ok()) {
return read_status;
CO_RETURN read_status;
}
if (ret) {
table_range.SkipKey(miter);
Expand Down

0 comments on commit 1466dfb

Please sign in to comment.