From 74e2e7f2a20228d7469429bc14b61caeed7ca3f1 Mon Sep 17 00:00:00 2001
From: Christoph Schwarzmeier <christoph.schwarzmeier@fau.de>
Date: Fri, 8 Jul 2022 16:14:57 +0200
Subject: [PATCH] Apply clang-format [ci skip]

---
 apps/showcases/FreeSurface/TaylorBubble.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/showcases/FreeSurface/TaylorBubble.cpp b/apps/showcases/FreeSurface/TaylorBubble.cpp
index f32cfb982..3ec4eea3d 100644
--- a/apps/showcases/FreeSurface/TaylorBubble.cpp
+++ b/apps/showcases/FreeSurface/TaylorBubble.cpp
@@ -462,7 +462,6 @@ int main(int argc, char** argv)
          centerOfMassOld = *centerOfMass;
       }
 
-
       // stop simulation before bubble hits the top wall
       if ((*centerOfMass)[2] > stoppingHeight) { break; }
 
-- 
GitLab