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 01ba5f8 commit 4f43fe5
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 @@ -261,7 +261,7 @@ class dbOStream
*this << (uint32_t) v.index();
*this << std::get<I>(v);
}
return ((*this).operator<<<I + 1>(v));
return ((*this).operator<< <I + 1>(v));
}
}

Expand Down

0 comments on commit 4f43fe5

Please sign in to comment.