Skip to content

Commit

Permalink
Merge pull request #5 from vjeux/fix_fatal
Browse files Browse the repository at this point in the history
Fix missing option argument
  • Loading branch information
jlongster committed Jan 7, 2017
2 parents 9c72530 + c5ff571 commit b5a455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ function printObjectMethod(path, options, print) {
}

parts.push(
printFunctionParams(path, print),
printFunctionParams(path, print, options),
printReturnType(path, print),
" ",
path.call(print, "body")
Expand Down

0 comments on commit b5a455e

Please sign in to comment.