From 2ad582ddc9e3db86ab9c54cacc690f2db0bb06ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:52:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/RadhydroSimulation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RadhydroSimulation.hpp b/src/RadhydroSimulation.hpp index 9bc9181c2..0720c92be 100644 --- a/src/RadhydroSimulation.hpp +++ b/src/RadhydroSimulation.hpp @@ -57,8 +57,8 @@ #include "Chemistry.hpp" #include "CloudyCooling.hpp" -#include "HLLC.hpp" #include "Gravity.hpp" +#include "HLLC.hpp" #include "SimulationData.hpp" #include "hydro_system.hpp" #include "hyperbolic_system.hpp"