From 2ff3cb56dd9842e55cba000f3d7681f2ea2cdc47 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:44:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/openPMD/Mesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openPMD/Mesh.hpp b/include/openPMD/Mesh.hpp index dd830a5613..62d574b67a 100644 --- a/include/openPMD/Mesh.hpp +++ b/include/openPMD/Mesh.hpp @@ -260,7 +260,7 @@ class Mesh : public BaseRecord * @return Reference to modified mesh. */ Mesh &setGridUnitDimension( - std::vector> const & gridUnitDimension); + std::vector> const &gridUnitDimension); /** * @brief Return the physical dimensions of the mesh axes.