Skip to content

Commit e5ce595

Browse files
committed
No effective change, format DBuilder lines
1 parent 774b7d9 commit e5ce595

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

inject/src/main/java/io/avaje/inject/spi/DBuilder.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,7 @@ private void runInjectors() {
405405
@Override
406406
public final BeanScope build(boolean withShutdownHook, long start) {
407407
runInjectors();
408-
final var scope =
409-
new DBeanScope(
410-
withShutdownHook, preDestroy, postConstruct, postConstructConsumers, beanMap, parent);
408+
final var scope = new DBeanScope(withShutdownHook, preDestroy, postConstruct, postConstructConsumers, beanMap, parent);
411409
if (beanScopeProxy != null) {
412410
beanScopeProxy.inject(scope);
413411
}

0 commit comments

Comments
 (0)