diff --git a/include/asynchronousContinuation.h b/include/asynchronousContinuation.h index b147280..5594b59 100644 --- a/include/asynchronousContinuation.h +++ b/include/asynchronousContinuation.h @@ -35,13 +35,13 @@ public: /** * @brief Call the original callback with perfect forwarding - * + * * IMPORTANT: This method cannot be virtual because templates cannot be * virtual in C++. Therefore, this method MUST be called from the * most-derived class reference/pointer context. Never call this method * through a polymorphic base class reference/pointer, as it will not * dispatch to the correct derived class implementation. - * + * * @param args Arguments to forward to the original callback */ template