Skip to content

Commit a3c0b58

Browse files
committed
format
1 parent e720542 commit a3c0b58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/qiniu/api/rs/PutPolicy.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ public String marshal() throws JSONException {
115115
}
116116
if (this.transform != null && this.transform.length() > 0) {
117117
stringer.key("transform").value(this.transform);
118-
}
119-
if (this.fopTimeout > 0) {
120-
stringer.key("fopTimeout").value(this.fopTimeout);
121-
}
118+
}
119+
if (this.fopTimeout > 0) {
120+
stringer.key("fopTimeout").value(this.fopTimeout);
121+
}
122122
stringer.key("deadline").value(this.deadline);
123123
stringer.endObject();
124124

0 commit comments

Comments
 (0)