From 9a23dbbe958dea8b191bfd2cb159bd3333f2013e Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Wed, 17 Sep 2025 18:18:09 -0400 Subject: [PATCH] Whitespace --- include/asynchronousContinuation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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