From 0f00e06b8966fa42b9a0216fc9be13e269772aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=BB=E8=8A=B3?= Date: Tue, 24 Dec 2024 11:26:52 +0800 Subject: [PATCH] format code --- .../runtime/spring/ReferenceAnnotationBeanPostProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/src/main/java/com/alipay/sofa/runtime/spring/ReferenceAnnotationBeanPostProcessor.java b/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/src/main/java/com/alipay/sofa/runtime/spring/ReferenceAnnotationBeanPostProcessor.java index a4453ccb0..de5c6d236 100644 --- a/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/src/main/java/com/alipay/sofa/runtime/spring/ReferenceAnnotationBeanPostProcessor.java +++ b/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/src/main/java/com/alipay/sofa/runtime/spring/ReferenceAnnotationBeanPostProcessor.java @@ -193,7 +193,7 @@ public void setApplicationContext(ApplicationContext applicationContext) throws private AnnotationWrapper createAnnotationWrapper() { return AnnotationWrapper.create(SofaReference.class) - .withEnvironment(this.applicationContext.getEnvironment()) - .withBinder(DefaultPlaceHolderBinder.INSTANCE); + .withEnvironment(this.applicationContext.getEnvironment()) + .withBinder(DefaultPlaceHolderBinder.INSTANCE); } }