Remove trailing whitespace from jsdoc

This commit is contained in:
Ritchie Martori 2015-07-08 16:53:51 -07:00
parent ae7c12552a
commit 503eb948b7
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ module.exports = function(registry) {
* ```
*
* @param {String} name The name of the method.
* @param {Object} options The remoting options.
* @param {Object} options The remoting options.
* See [Remote methods - Options](http://docs.strongloop.com/display/LB/Remote+methods#Remotemethods-Options).
*/