Skip to content

Commit

Permalink
UrdfClient: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k authored Jan 25, 2017
1 parent e5aa456 commit 09dabf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urdf/UrdfClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* * tfPrefix (optional) - the TF prefix to used for multi-robots
* * loader (optional) - the Collada loader to use (e.g., an instance of ROS3D.COLLADA_LOADER
* ROS3D.COLLADA_LOADER_2) -- defaults to ROS3D.COLLADA_LOADER_2
* * name (optional) - the name that is assigned to the created ROS3D.URDF object
* * name (optional) - the name that is assigned to the created ROS3D.URDF object
*/
ROS3D.UrdfClient = function(options) {
var that = this;
Expand Down

0 comments on commit 09dabf7

Please sign in to comment.