From fa6acb4fd43afca7d99184a4dbfcff10daeeb466 Mon Sep 17 00:00:00 2001
From: Leon Keim <leon.keim@googlemail.com>
Date: Mon, 3 Apr 2023 13:54:33 +0200
Subject: [PATCH] fix newline

---
 exercises/solution/exercise-fluidsystem/2pproblem.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exercises/solution/exercise-fluidsystem/2pproblem.hh b/exercises/solution/exercise-fluidsystem/2pproblem.hh
index edca7d6c..6bde8dd4 100644
--- a/exercises/solution/exercise-fluidsystem/2pproblem.hh
+++ b/exercises/solution/exercise-fluidsystem/2pproblem.hh
@@ -129,6 +129,7 @@ public:
      *        boundary segment.
      *
      * \param globalPos The position of the integration point of the boundary segment.
+     *
      * For this method, the \a values parameter stores the mass flux
      * in normal direction of each phase. Negative values mean influx.
      */
-- 
GitLab