format: 规范化代码风格
This commit is contained in:
@@ -12,7 +12,7 @@ public final class InstanceUtils {
|
||||
|
||||
private InstanceUtils(){throw new UnsupportedOperationException();}
|
||||
|
||||
public static void validateInstance(Instance instance){
|
||||
public static void validateInstance(Instance instance) {
|
||||
Assert.notNull(instance);
|
||||
String instanceName = instance.getName();
|
||||
if(instanceName == null || instanceName.isEmpty()){
|
||||
|
||||
Reference in New Issue
Block a user