From f06a598db1eaabf4548d7d901553c6b7d300ac80 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 20 Dec 2024 11:37:14 +0100 Subject: [PATCH] Keep newline at end of file --- standalone/src/DelphesPythia8Reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/src/DelphesPythia8Reader.h b/standalone/src/DelphesPythia8Reader.h index 330fce3..c05ac04 100644 --- a/standalone/src/DelphesPythia8Reader.h +++ b/standalone/src/DelphesPythia8Reader.h @@ -200,4 +200,4 @@ class DelphesPythia8Reader : public DelphesInputReader { Pythia8::ResonanceDecayFilterHook* m_resonanceDecayFilterHook{nullptr}; }; -#endif \ No newline at end of file +#endif