Fixed a lingering typo

Change-Id: Ic6a2b7edcbb5e2e621a446477f3fd74584d47e0f
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index a32cd35..cc79dc7 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -400,10 +400,7 @@
     {
         aborted { collectArtifacts('aborted') }
         failure { collectArtifacts('failed')  }
-    }
-    always
-    {
-        collectArtifacts('always')
+	always  { collectArtifacts('always')  }
     }
 } // pipeline