Checkstyle: no space inside parentheses
[odlparent.git] / bundles4-test / src / main / java / org / opendaylight / odlparent / bundles4test / BundleDiagInfos.java
index 47f6f6e536d28d8c17fc4d9f2ef5b4d21ba3a010..47d698c5a4d04190a12df6b0856d394216cfeed2 100644 (file)
@@ -36,7 +36,7 @@ public class BundleDiagInfos {
     private final Map<BundleState, Integer> bundleStatesCounters;
 
     private static final Map<String, BundleState> WHITELISTED_BUNDLES = ImmutableMap.of(
-            "slf4j.log4j12", Installed );
+            "slf4j.log4j12", Installed);
 
     public static BundleDiagInfos forContext(BundleContext bundleContext, BundleService bundleService) {
         List<String> okBundleStateInfoTexts = new ArrayList<>();