Skip to content

Commit

Permalink
Introduce a formatting error to make the workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed May 5, 2024
1 parent a689d70 commit 152e807
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions include/chemistry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ namespace Chemistry
}

// Thermo class, non-copyable
class Thermo
{
private:
class Thermo {
private:
std::unique_ptr<Cantera::ThermoPhase> m_thermo;

public:
Thermo()
public:
Thermo()
: m_thermo(nullptr)
{
}
Expand Down

0 comments on commit 152e807

Please sign in to comment.