Skip to content

Commit c1ffb61

Browse files
author
Michael Salinger
committed
Fixed formatting
1 parent c1e53e4 commit c1ffb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ExpressOAuthServer.prototype.authenticate = function(options) {
5353
})
5454
.catch(function(e) {
5555
return handleError.call(this, e, req, res, null, next);
56-
});
56+
});
5757
};
5858
};
5959

0 commit comments

Comments
 (0)