chore: Apply linting fixes

This commit is contained in:
Bouncey
2019-02-16 08:37:36 +00:00
committed by mrugesh mohapatra
parent 25fd85b321
commit 74e6e6ffc1
3 changed files with 69 additions and 144 deletions

View File

@ -16,7 +16,7 @@ function generateCurriculum(done) {
fs.writeFile(
`./build/curriculum-${locale}.json`,
JSON.stringify(curriculum)
)
);
})
.then(done);
}