Skip to content

Commit 0501666

Browse files
committed
feedback - formatting
1 parent 1ec738e commit 0501666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grails-core/src/main/groovy/org/grails/plugins/DefaultGrailsPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ public void doWithRuntimeConfiguration(RuntimeSpringConfiguration springConfig)
543543
c.setDelegate(bb);
544544
bb.invokeMethod("beans", new Object[]{c});
545545
}
546-
}
547-
else {
546+
} else {
548547
if (!pluginBean.isReadableProperty(DO_WITH_SPRING)) {
549548
return;
550549
}

0 commit comments

Comments
 (0)