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