Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Yuki Imamura <[email protected]>
  • Loading branch information
LucasYuki committed Jan 13, 2025
1 parent c8de0ed commit 7bc99be
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 @@ -465,7 +465,7 @@ class dbIStream
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 7bc99be

Please sign in to comment.