Skip to content

Commit 54ede05

Browse files
committed
chore: fix pipeline
1 parent 6a6bb1e commit 54ede05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-infrastructure/src/main/java/group/rxcloud/capa/infrastructure/serializer/AbstractObjectSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ public <T> T deserialize(byte[] data, TypeRef<T> type) throws IOException {
6262
}
6363

6464
protected abstract <T> T doDeserialize(byte[] data, TypeRef<T> type) throws IOException;
65-
}
65+
}

0 commit comments

Comments
 (0)