From 152e807fc83f8d3cd225cf368bc72ed54fadf8ee Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Mon, 6 May 2024 00:34:29 +0200 Subject: [PATCH] Introduce a formatting error to make the workflow fail --- include/chemistry.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/chemistry.hpp b/include/chemistry.hpp index 6828a64..0ff90bc 100644 --- a/include/chemistry.hpp +++ b/include/chemistry.hpp @@ -41,13 +41,12 @@ namespace Chemistry } // Thermo class, non-copyable - class Thermo - { - private: + class Thermo { + private: std::unique_ptr m_thermo; - public: - Thermo() + public: + Thermo() : m_thermo(nullptr) { }