mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix(NacosConfigManager): 格式化代码
This commit is contained in:
parent
0c35595b44
commit
17b3b7f858
@ -77,7 +77,7 @@ public class NacosConfigManager {
|
|||||||
|
|
||||||
@PreDestroy
|
@PreDestroy
|
||||||
public void destroy() throws NacosException {
|
public void destroy() throws NacosException {
|
||||||
if(service != null){
|
if (service != null) {
|
||||||
service.shutDown();
|
service.shutDown();
|
||||||
service = null;
|
service = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user