Skip to content

Commit 48d7c93

Browse files
committed
ran prettier
1 parent e6a13cf commit 48d7c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function translateXml(filepath, filename, option) {
151151
filepath,
152152
filename.replace(/\.xml$/, "") + ""
153153
);
154-
ensureDirectoryExists(path.join(outputDir, filepath), err => {});
154+
ensureDirectoryExists(path.join(outputDir, filepath), err => { });
155155
ensureDirectoryExists(relativeFileDir, err => {
156156
if (err) {
157157
//console.log(err);

0 commit comments

Comments
 (0)