diff --git a/src/parse.js b/src/parse.js index 3d6ac55c1..47f94e494 100644 --- a/src/parse.js +++ b/src/parse.js @@ -611,7 +611,7 @@ function parse(source, root, options) { parent.add(service); } - function parseMethod(parent, token) { + function parseMethod(parent, token) { // Get the comment of the preceding line now (if one exists) in case the // method is defined across multiple lines. var commentText = cmnt();