소스 검색

fix(core): 移除多余空行

runphp 7 달 전
부모
커밋
7c140bf23e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Exception/ExceptionHandle.php

+ 0 - 1
src/Exception/ExceptionHandle.php

@@ -36,7 +36,6 @@ class ExceptionHandle extends Handle
         $debugInfo['msg'] = $debugInfo['message'];
         unset($debugInfo['datas'], $debugInfo['message']);
 
-
         return $debugInfo;
     }