Skip to content

Commit

Permalink
Fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Jan 2, 2016
1 parent 47216a8 commit eb6d80d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/dest/writeContents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ function writeContents(writePath, file, cb) {
return stat(fd);
}

fs.open(writePath, 'r', function(err, fd)
{
fs.open(writePath, 'r', function(err, fd) {
if (err) {
return complete(err);
}
Expand Down

0 comments on commit eb6d80d

Please sign in to comment.