Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Jun 21, 2024
1 parent 2d37bf1 commit 9d199a1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class SerializerServiceLoader {
private static final Logger LOGGER = LoggerFactory.getLogger(SerializerServiceLoader.class);
private static final Configuration CONFIG = ConfigurationFactory.getInstance();

private static final SerializerType[] DEFAULT_SERIALIZER_TYPE = new SerializerType[] {SEATA, PROTOBUF, KRYO, HESSIAN};
private static final SerializerType[] DEFAULT_SERIALIZER_TYPE = new SerializerType[]{SEATA, PROTOBUF, KRYO, HESSIAN};

private static final String SPLIT_CHAR = ",";

Expand Down Expand Up @@ -115,6 +115,4 @@ public static SerializerType getDefaultSerializerType() {
return getSupportedSerializers().get(0);
}

}

}

0 comments on commit 9d199a1

Please sign in to comment.