revert format changes

This commit is contained in:
he1l0world 2025-06-17 04:40:27 -04:00
parent 0c0cfcff74
commit 286f87a270
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public class DefaultModuleDefinitionSet implements ModuleDefinitionSet {
context.refresh();
@SuppressWarnings("unchecked")
final List<Resource> resources = (List<Resource>) context.getBean(DEFAULT_CONFIG_RESOURCES);
final List<Resource> resources = (List<Resource>)context.getBean(DEFAULT_CONFIG_RESOURCES);
withModule(new WithModule() {
@Override