Skip to content

Commit

Permalink
Fix indentation to match existing styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
timc88 authored and johncsnyder committed Sep 21, 2019
1 parent b6d1032 commit b6928d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b6928d3

Please sign in to comment.