From b6928d35ad980228a57c47a14ba9b7378555b7b6 Mon Sep 17 00:00:00 2001 From: Tim Cowley Date: Wed, 17 Apr 2019 08:52:30 -0600 Subject: [PATCH] Fix indentation to match existing styles. --- src/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();