Skip to content

Commit 9c35748

Browse files
committed
format code
1 parent db5b606 commit 9c35748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/alibaba/fastjson/JSONArray.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
*/
4848
public class JSONArray extends JSON implements List<Object>, JSONAware, Cloneable, RandomAccess, Serializable {
4949

50-
private static final long serialVersionUID = 1L;
51-
private final List<Object> list;
50+
private static final long serialVersionUID = 1L;
51+
private final List<Object> list;
5252
protected transient Object relatedArray;
53-
protected transient Type componentType;
53+
protected transient Type componentType;
5454

5555
public JSONArray(){
5656
this.list = new ArrayList<Object>(10);

0 commit comments

Comments
 (0)