Remove surplus space

This commit is contained in:
Martchus 2021-07-25 19:13:29 +02:00
parent 852dfb7e3c
commit 13428667f8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class BinarySerializer;
/// \remarks
/// - If \tp Type is versioned, the version is determined from the data. Otherwise \a version is assumed.
/// - The specified \a version shall be passed to nested invocations.
/// \returns Returns the determined/assumed version.
/// \returns Returns the determined/assumed version.
template <typename Type, Traits::EnableIf<IsCustomType<Type>> * = nullptr>
BinaryVersion readCustomType(BinaryDeserializer &deserializer, Type &customType, BinaryVersion version = 0);