Skip to content

Commit 0a2dd21

Browse files
committed
fixed checkstyle warning
1 parent 3597d65 commit 0a2dd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/qiniu/storage/FormUploadTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public void testAsync() {
140140
final CountDownLatch signal = new CountDownLatch(1);
141141
Response r = null;
142142
try {
143-
uploadManager.asyncPut("hello".getBytes(), expectKey, token, params, null, false, new UpCompletionHandler() {
143+
uploadManager.asyncPut("hello".getBytes(), expectKey, token, params,
144+
null, false, new UpCompletionHandler() {
144145
@Override
145146
public void complete(String key, Response r) {
146147
signal.countDown();

0 commit comments

Comments
 (0)