Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
knopki committed Sep 17, 2021
1 parent ca5b4a5 commit 499f22f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/@amperka/card-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ CardReader.prototype.appendFile = function(fileName, data) {
};

CardReader.prototype.pipe = function(source, destination, options) {
return this._fs.pipe(source, destination, options);
return this._fs.pipe(
source,
destination,
options
);
};

CardReader.prototype.readRandomFile = function(path) {
Expand Down

0 comments on commit 499f22f

Please sign in to comment.