File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/core/src/clp/ffi/ir_stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
114114private:
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>()};
You can’t perform that action at this time.
0 commit comments