Skip to content

Commit 7166600

Browse files
committed
Merge branch 'rust-workflow-test'
2 parents 8a68191 + b4d3243 commit 7166600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/core/src/clp/ffi/encoding_methods.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class EncodingException : public TraceableException {
2626
// Methods
2727
[[nodiscard]] char const* what() const noexcept override { return m_message.c_str(); }
2828

29+
// Sth random
30+
2931
private:
3032
std::string m_message;
3133
};

0 commit comments

Comments
 (0)