Skip to content

Commit a764c66

Browse files
committed
Remove unnecessary space.
1 parent cb76f5e commit a764c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = robotjs;
44

55
module.exports.screen = {};
66

7-
function bitmap (width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
7+
function bitmap(width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
88
{
99
this.width = width;
1010
this.height = height;

0 commit comments

Comments
 (0)