1
0
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:
onewe 2021-01-04 14:11:52 +08:00
parent 0c35595b44
commit 17b3b7f858

View File

@ -77,7 +77,7 @@ public class NacosConfigManager {
@PreDestroy
public void destroy() throws NacosException {
if(service != null){
if (service != null) {
service.shutDown();
service = null;
}