fix 空格

This commit is contained in:
guoyuqi 2021-11-19 15:29:25 +08:00 committed by xiaomeinvG
parent 0c3677ded3
commit 66feb50786
1 changed files with 1 additions and 1 deletions

View File

@ -1654,7 +1654,7 @@ export default {
}
}
}
Promise.all(funcs).then(([result1, result2, result3]) =>{
Promise.all(funcs).then(([result1, result2, result3]) => {
for (let i = 0; i < hashTree.length; i++) {
let data = hashTree[i];
if(!data.num){