diff --git a/example/poisson_gmg/poisson_equation.hpp b/example/poisson_gmg/poisson_equation.hpp index 471f792e2842..aa117d7c5f7b 100644 --- a/example/poisson_gmg/poisson_equation.hpp +++ b/example/poisson_gmg/poisson_equation.hpp @@ -35,8 +35,8 @@ namespace poisson_package { class PoissonEquation { public: bool do_flux_cor = false; - - // Add tasks to calculate the result of the matrix A (which is implicitly defined by + + // Add tasks to calculate the result of the matrix A (which is implicitly defined by // this class) being applied to x_t and store it in field out_t template parthenon::TaskID Ax(TL_t &tl, parthenon::TaskID depends_on,