Skip to content

Commit 946cc9d

Browse files
committed
Revert redundant formatting change
1 parent f1db1a6 commit 946cc9d

File tree

1 file changed

+1
-2
lines changed
  • datastore/src/main/java/io/spine/server/storage/datastore

1 file changed

+1
-2
lines changed

datastore/src/main/java/io/spine/server/storage/datastore/Indexes.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ static <I> Iterator<I> indexIterator(DatastoreWrapper datastore, Kind kind, Clas
7272
return idIterator;
7373
}
7474

75-
private static <I> Function<Key, @Nullable I>
76-
idExtractor(Class<I> idType) {
75+
private static <I> Function<Key, @Nullable I> idExtractor(Class<I> idType) {
7776
return key -> {
7877
checkNotNull(key);
7978
String stringId = key.getName();

0 commit comments

Comments
 (0)