From 1eea7298f231e409956f017dc85ed7fdc0432b1b Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 3 Jul 2023 16:01:28 +0200 Subject: [PATCH] fixed clang-tidy warning --- include/orm/tiny/support/stores/baserelationstore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/support/stores/baserelationstore.hpp b/include/orm/tiny/support/stores/baserelationstore.hpp index b2a2382a2..7fb08abd3 100644 --- a/include/orm/tiny/support/stores/baserelationstore.hpp +++ b/include/orm/tiny/support/stores/baserelationstore.hpp @@ -20,7 +20,7 @@ namespace Concerns template class HasRelationships; -} +} // namespace Concerns namespace Relations { class IsRelation;