mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
代码规范缩进
This commit is contained in:
@@ -130,7 +130,7 @@ public class CollectionStreamTest {
|
||||
Map<Long, Student> map2 = new HashMap<>();
|
||||
map2.put(2L, new Student(2, 2, 1, "王五"));
|
||||
compare.put(2L, map2);
|
||||
Assert.assertEquals(true,compare.equals(map));
|
||||
Assert.assertEquals(true, compare.equals(map));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user