Skip to content

Commit

Permalink
Remove unnecessary space.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Jan 5, 2016
1 parent cb76f5e commit a764c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = robotjs;

module.exports.screen = {};

function bitmap (width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
function bitmap(width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
{
this.width = width;
this.height = height;
Expand Down

0 comments on commit a764c66

Please sign in to comment.