diff --git a/integrators/explicit_runge_kutta_integrator.hpp b/integrators/explicit_runge_kutta_integrator.hpp index d657ae3e18..4664d19624 100644 --- a/integrators/explicit_runge_kutta_integrator.hpp +++ b/integrators/explicit_runge_kutta_integrator.hpp @@ -51,7 +51,8 @@ class ExplicitRungeKuttaIntegrator : public FixedStepSizeIntegrator { public: using ODE = ODE_; - static_assert(instance_of); + static_assert( + instance_of); using typename Integrator::AppendState; static constexpr auto order = Method::order;