Skip to content

Commit

Permalink
[prettierx] lint src/language-js/printer-estree.js
Browse files Browse the repository at this point in the history
resolve lint issue introduced in PR #6
  • Loading branch information
Christopher J. Brody committed Jan 3, 2019
1 parent c011478 commit 8855bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-js/printer-estree.js
Original file line number Diff line number Diff line change
Expand Up @@ -4236,7 +4236,7 @@ function printFunctionDeclaration(path, print, options) {
printFunctionTypeParameters(path, options, print),
group(
concat([
options.spaceBeforeFunctionParen ? " " : "",
options.spaceBeforeFunctionParen ? " " : "",
printFunctionParams(path, print, options),
printReturnType(path, print, options)
])
Expand Down

0 comments on commit 8855bc0

Please sign in to comment.