소스 검색

更新 '_posts/常用的代码块.md'

aaronwei 5 년 전
부모
커밋
9049dd2cda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _posts/常用的代码块.md

+ 1 - 1
_posts/常用的代码块.md

@@ -44,4 +44,4 @@ categories: 运维工具
     //根据对象某个属性排序
     List<Object> sortList = objectList.stream().sorted(Comparator.comparing(Object::getAttr).reversed()).collect(Collectors.toList());
 
-``` 
+```