From ce0ccbd027bafd0119e91070c7b11992fe59915d Mon Sep 17 00:00:00 2001 From: Luke Roberts Date: Tue, 18 Jun 2024 10:48:37 -0600 Subject: [PATCH] format --- src/mesh/forest/tree.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesh/forest/tree.hpp b/src/mesh/forest/tree.hpp index 475fd9578a31..7b53073ac92b 100644 --- a/src/mesh/forest/tree.hpp +++ b/src/mesh/forest/tree.hpp @@ -149,8 +149,7 @@ class Tree : public std::enable_shared_from_this { // multiple neighbors generally, we keep a map at each neighbor location from // the tree sptr to the relative logical coordinate transformation to the neighbor // block. - std::array, 27> - neighbors; + std::array, 27> neighbors; std::array boundary_conditions;