Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 19, 2024
1 parent be330a5 commit dedb8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ module.exports = async function file(CoCreateConfig, configPath, match) {
let binary = fs.readFileSync(path);
let content = new Buffer.from(binary).toString(readType);

return content
return content;
}

/**
Expand Down

0 comments on commit dedb8ef

Please sign in to comment.