From 4f43fe58ff2a0afdc51c2696ce9705f10d51cfae Mon Sep 17 00:00:00 2001 From: andyfox-rushc Date: Thu, 14 Mar 2024 14:57:11 -0700 Subject: [PATCH] formatting change to dbStream.h --- src/odb/include/odb/dbStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odb/include/odb/dbStream.h b/src/odb/include/odb/dbStream.h index 05bd972d9ff..73d260866c2 100644 --- a/src/odb/include/odb/dbStream.h +++ b/src/odb/include/odb/dbStream.h @@ -261,7 +261,7 @@ class dbOStream *this << (uint32_t) v.index(); *this << std::get(v); } - return ((*this).operator<<(v)); + return ((*this).operator<< (v)); } }