From 16fc5c337dd3cc6bed16ee1923e4def34dacf2c3 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 3 Jul 2023 16:01:07 +0200 Subject: [PATCH] whitespace --- include/orm/tiny/model.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index 0ed4efbd2..5bb5d6b1b 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -2047,4 +2047,3 @@ TINYORM_END_COMMON_NAMESPACE // BUG clang tidy reports bugprone-exception-escape for Model class, it doesn't mean that code is buggy or can crash, it means that some defualt method generated by the compiler that should be generated noexcet was generetad as throwing silverqx // CUR mariadb workflows silverqx // FEATURE HidesAttributes, and ModelsCollection::makeVisible/Hidden, ... silverqx -