Skip to content

Commit

Permalink
formatting change to dbStream.h
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfox-rushc committed Mar 14, 2024
1 parent cc4af25 commit 02358f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odb/include/odb/dbStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class dbOStream
return *this;
} else {
*this << std::get<I>(tup);
return ((*this).operator<<<I + 1>(tup));
return ((*this).operator << <I + 1>(tup));
}
}

Expand Down

0 comments on commit 02358f0

Please sign in to comment.