mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-24 00:32:15 +00:00
Eliminates a redundant `co_await` by directly returning the `future`, simplifying the control flow without affecting behavior.
Eliminates a redundant `co_await` by directly returning the `future`, simplifying the control flow without affecting behavior.