shenshihai 2 年之前
父节点
当前提交
677ea7f3d3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Utility.php

+ 0 - 1
src/Utility.php

@@ -141,7 +141,6 @@ function fileCopy(string $sourcePath, string $targetPath){
 	if(!is_dir($targetDir)){
 		createDirectory($targetDir);
 	}
-		
 	if( file_exists($targetPath) ){
 		unlink($targetPath);
 	}