From ebab3f00cb2e62a4dabb2409bc970df93648bc78 Mon Sep 17 00:00:00 2001
From: lr360 <liz_tp@proton.me>
Date: Thu, 27 Jul 2023 16:49:53 +0200
Subject: [PATCH] style: make miss_hit happy

---
 src/classes/@ElemPerf/ElemPerf.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/classes/@ElemPerf/ElemPerf.m b/src/classes/@ElemPerf/ElemPerf.m
index 6b677e1..d08968a 100644
--- a/src/classes/@ElemPerf/ElemPerf.m
+++ b/src/classes/@ElemPerf/ElemPerf.m
@@ -164,7 +164,8 @@ classdef ElemPerf < handle
             % neglecting induced velocities.
             if isempty(self.reynolds_)
                 relVel = sqrt(self.tgSpeed.^2 + self.upstreamVelAx.^2);
-                reynolds = Flow.reynolds(relVel, self.Rot.Bl.chord, self.Op.Flow.mu, self.Op.Flow.rho);
+                reynolds = Flow.reynolds(relVel, self.Rot.Bl.chord, ...
+                    self.Op.Flow.mu, self.Op.Flow.rho);
             else
                 reynolds = self.reynolds_;
             end
-- 
GitLab