Skip to content

Commit dedb8ef

Browse files
committed
fix formating
1 parent be330a5 commit dedb8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ module.exports = async function file(CoCreateConfig, configPath, match) {
334334
let binary = fs.readFileSync(path);
335335
let content = new Buffer.from(binary).toString(readType);
336336

337-
return content
337+
return content;
338338
}
339339

340340
/**

0 commit comments

Comments
 (0)