Checkstyle clean up about 200 trivial violation
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / OffsetMapCache.java
index b18c218f2185e1920928e0a35a905b79da9e62ea..c3f67e9243d2131edfa2e41596d2843b2f945792 100644 (file)
@@ -35,7 +35,7 @@ final class OffsetMapCache {
                 public Map<?, Integer> load(final List<?> key) {
                     return createMap(key);
                 }
-    });
+            });
     /*
      * Cache for offsets where order does not mapper. The key is a Set of elements. We use manual two-stage loading
      * because of the nature of the objects we store as values, which is ImmutableMaps. An ImmutableMap, when queried