Skip to content

Commit 6556fad

Browse files
committed
code format
1 parent f038e77 commit 6556fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rlib-common/src/main/java/com/ss/rlib/common/util/ArrayUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ public static <T> void sort(@NotNull final T[] array, final int fromIndex, final
586586
}
587587

588588
var className = array.array()
589-
.getClass()
590-
.getSimpleName();
589+
.getClass()
590+
.getSimpleName();
591591

592592
var builder = new StringBuilder(className.substring(0, className.length() - 1));
593593

0 commit comments

Comments
 (0)