Apply project formatting rules for ternary operator
Discovered via RegEx: ^\s+\?
This commit is contained in:
@@ -147,9 +147,8 @@ class ConfigurationClassParser {
|
||||
this.problemReporter = problemReporter;
|
||||
this.environment = environment;
|
||||
this.resourceLoader = resourceLoader;
|
||||
this.propertySourceRegistry = (this.environment instanceof ConfigurableEnvironment ce
|
||||
? new PropertySourceRegistry(new PropertySourceProcessor(ce, this.resourceLoader))
|
||||
: null);
|
||||
this.propertySourceRegistry = (this.environment instanceof ConfigurableEnvironment ce ?
|
||||
new PropertySourceRegistry(new PropertySourceProcessor(ce, this.resourceLoader)) : null);
|
||||
this.registry = registry;
|
||||
this.componentScanParser = new ComponentScanAnnotationParser(
|
||||
environment, resourceLoader, componentScanBeanNameGenerator, registry);
|
||||
|
||||
Reference in New Issue
Block a user