Tidy spacing
This commit is contained in:
parent
ac86d9ee48
commit
05bb96903d
@ -15,9 +15,7 @@ const gz = require('node-gzip')
|
||||
async function init() {
|
||||
var gzipData = await get()
|
||||
var corpus = await extract(gzipData)
|
||||
console.log(corpus)
|
||||
var cleanCorpus = await clean(corpus)
|
||||
console.log(cleanCorpus)
|
||||
return cleanCorpus
|
||||
}
|
||||
|
||||
@ -51,7 +49,7 @@ async function clean(input) {
|
||||
delete(element.NLC);
|
||||
clean.push(element);
|
||||
}
|
||||
}
|
||||
}
|
||||
return clean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user