aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/messagebus/message.h')
-rw-r--r--library/cpp/messagebus/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/message.h b/library/cpp/messagebus/message.h
index 005ca10c65..bf57f13dde 100644
--- a/library/cpp/messagebus/message.h
+++ b/library/cpp/messagebus/message.h
@@ -155,7 +155,7 @@ namespace NBus {
inline bool IsVersionNegotiation(const NBus::TBusHeader& header) {
return header.Id == 0 && header.Size == sizeof(TBusHeader);
}
-
+
//////////////////////////////////////////////////////////
/// \brief Base class for all messages passed in the system