Commit 1725866
committed
Style: add space after if in condition
Minor formatting change in DependencyAnalysisBeanFactoryListener: add a space between 'if' and '(' when checking logger.isTraceEnabled(). No functional change; improves code readability.1 parent 0a3f139 commit 1725866
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- microsphere-spring-context/src/main/java/io/microsphere/spring/context/event
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
0 commit comments