From e16fcd46ba73c8fb5b8f48f2a0c2cb055ff8c9b3 Mon Sep 17 00:00:00 2001 From: snehalyelmati Date: Wed, 20 Oct 2021 20:36:35 +0530 Subject: [PATCH] SCC-S1023 Redundant control flow fix --- client/orm/models.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/orm/models.go b/client/orm/models.go index c78bcf69..e2acd866 100644 --- a/client/orm/models.go +++ b/client/orm/models.go @@ -325,7 +325,6 @@ end: debug.PrintStack() } mc.done = true - return } // register register models to model cache