From 32dbc6082d395b7492de8410e5e0b146e402ea01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:10:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/openPMD/backend/PatchRecordComponent.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openPMD/backend/PatchRecordComponent.hpp b/include/openPMD/backend/PatchRecordComponent.hpp index c95df8aed9..4620f9be0b 100644 --- a/include/openPMD/backend/PatchRecordComponent.hpp +++ b/include/openPMD/backend/PatchRecordComponent.hpp @@ -20,10 +20,10 @@ */ #pragma once -#include "openPMD/auxiliary/ShareRawInternal.hpp" -#include "openPMD/backend/BaseRecordComponent.hpp" #include "openPMD/Error.hpp" #include "openPMD/RecordComponent.hpp" +#include "openPMD/auxiliary/ShareRawInternal.hpp" +#include "openPMD/backend/BaseRecordComponent.hpp" #include #include