aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/nondestroying_holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/messagebus/nondestroying_holder.h')
-rw-r--r--library/cpp/messagebus/nondestroying_holder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/nondestroying_holder.h b/library/cpp/messagebus/nondestroying_holder.h
index f4725d696f..b7d4efd2b4 100644
--- a/library/cpp/messagebus/nondestroying_holder.h
+++ b/library/cpp/messagebus/nondestroying_holder.h
@@ -16,7 +16,7 @@ public:
}
~TNonDestroyingHolder() {
- Y_VERIFY(!*this, "stored object must be explicitly released");
+ Y_VERIFY(!*this, "stored object must be explicitly released");
}
};
@@ -34,6 +34,6 @@ public:
}
inline ~TNonDestroyingAutoPtr() {
- Y_VERIFY(!*this, "stored object must be explicitly released");
+ Y_VERIFY(!*this, "stored object must be explicitly released");
}
};