Skip to content

Commit 286f87a

Browse files
committed
revert format changes
1 parent 0c0cfcf commit 286f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinitionSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ protected ApplicationContext getDefaultsContext() {
194194
context.refresh();
195195

196196
@SuppressWarnings("unchecked")
197-
final List<Resource> resources = (List<Resource>) context.getBean(DEFAULT_CONFIG_RESOURCES);
197+
final List<Resource> resources = (List<Resource>)context.getBean(DEFAULT_CONFIG_RESOURCES);
198198

199199
withModule(new WithModule() {
200200
@Override

0 commit comments

Comments
 (0)