Skip to content

Commit 8d81f37

Browse files
committed
2 parents cb55489 + c991524 commit 8d81f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/core/src/clp/ffi/ir_stream/Deserializer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Deserializer {
6868
* @param reader
6969
* @return std::errc::no_message_available if no tag bytes can be read to determine the next IR
7070
* unit type.
71-
* @return std::errc::protocol_not_supported if the IR unit type is not support.
71+
* @return std::errc::protocol_not_supported if the IR unit type is not supported.
7272
* @return std::errc::operation_not_permitted if the deserializer already reached the end of
7373
* stream by deserializing an end-of-stream IR unit in the previous calls.
7474
* @return IRUnitType::LogEvent if a log event IR unit is deserialized, or an error code
@@ -113,7 +113,7 @@ class Deserializer {
113113

114114
private:
115115
// Constructor
116-
Deserializer(IrUnitHandler ir_unit_handler) : m_ir_unit_handler{std::move(ir_unit_handler)} {};
116+
Deserializer(IrUnitHandler ir_unit_handler) : m_ir_unit_handler{std::move(ir_unit_handler)} {}
117117

118118
// Variables
119119
std::shared_ptr<SchemaTree> m_schema_tree{std::make_shared<SchemaTree>()};

0 commit comments

Comments
 (0)