Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Oct 29, 2011
1 parent d586e39 commit 1aed9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Expand Up @@ -18,7 +18,7 @@ http.createServer(function (request, response) {
respLn();
respLn("asked to copy", name, "...");

fs.readFile(fromPath + name, copyData);
fs.readFile(fromPath + name, copyData);

function copyData(err, data) {
err || fs.writeFile(toPath + name, data);
Expand Down

0 comments on commit 1aed9ca

Please sign in to comment.