Skip to content

Commit 6e90f1f

Browse files
committed
WIP
1 parent 616d04d commit 6e90f1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/src/main/java/io/scalecube/services/ServiceScanner.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ public static Collection<ServiceRoleDefinition> collectServiceRoles(
127127
}
128128

129129
Reflect.serviceRoles(serviceMethod)
130-
.forEach(
131-
roleDefinition ->
132-
collectServiceRole(roleDefinition, collectorMap));
130+
.forEach(role -> collectServiceRole(role, collectorMap));
133131
}));
134132
});
135133
return collectorMap.values();

0 commit comments

Comments
 (0)