Always use struct

This commit is contained in:
2025-08-23 06:10:55 -04:00
parent b86cf3680e
commit 4af5e0423e
14 changed files with 56 additions and 41 deletions

View File

@@ -60,7 +60,7 @@ struct Operation {
* memory management and ownership. This class has no knowledge of any
* specific serialization formats or encoding schemes.
*/
class CommitRequest {
struct CommitRequest {
private:
ArenaAllocator arena_;
std::optional<std::string_view> request_id_;