Skip to content

Commit a348f69

Browse files
committed
reformat
1 parent 4d47da3 commit a348f69

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/test/java/com/qiniu/HttpTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void testPost1() {
2222
}
2323

2424
@Test
25-
public void testPost2() throws Exception{
25+
public void testPost2() throws Exception {
2626
Response r = null;
2727
try {
2828
r = httpManager.post("http://up.qiniu.com", "hello", null);

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

1717
public class ResumeUploadTest {
1818

19-
class MyRet {
20-
public String hash;
21-
public String key;
22-
public String fsize;
23-
public String fname;
24-
public String mimeType;
25-
}
26-
2719
@Test
2820
public void testXVar() throws IOException {
2921
final String expectKey = "世/界";
@@ -99,4 +91,12 @@ public void test8M1k() throws Throwable {
9991
}
10092
template(1024 * 8 + 1);
10193
}
94+
95+
class MyRet {
96+
public String hash;
97+
public String key;
98+
public String fsize;
99+
public String fname;
100+
public String mimeType;
101+
}
102102
}

0 commit comments

Comments
 (0)