mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +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.