Skip to content

Commit 95f36df

Browse files
committed
stype
1 parent f025328 commit 95f36df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/lark/project/service/attachment/builder/SpecialUploadAttachmentReq.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public class SpecialUploadAttachmentReq {
1212
@SerializedName("project_key")
1313
private String projectKey;
1414

15-
1615
@Body
1716
private SpecialUploadAttachmentReqBody body;
1817

@@ -66,6 +65,7 @@ public Builder fileMimeType(String mimeType) {
6665
this.body.setMimeType(mimeType);
6766
return this;
6867
}
68+
6969
public SpecialUploadAttachmentReq build() {
7070
return new SpecialUploadAttachmentReq(this);
7171
}

0 commit comments

Comments
 (0)