Skip to content

Commit b7d2b14

Browse files
committed
format
1 parent 5aa417c commit b7d2b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/qiniu/util/StringUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ public static String join(Object[] array, String sep, String prefix) {
6363
return "";
6464
}
6565

66-
if(sep == null){
66+
if (sep == null) {
6767
sep = "";
6868
}
6969

70-
if(prefix == null){
70+
if (prefix == null) {
7171
prefix = "";
7272
}
7373

0 commit comments

Comments
 (0)