Skip to content

Commit 9b04ad3

Browse files
author
Sashko Stubailo
committed
Fix formatting
1 parent 23625c3 commit 9b04ad3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utilities/buildASTSchema.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,10 @@ function getDeprecationReason(
476476
* Provide true to use preceding comments as the description.
477477
*
478478
*/
479-
export function getDescription(node: ASTNode, options: ?Options): void | string {
479+
export function getDescription(
480+
node: ASTNode,
481+
options: ?Options,
482+
): void | string {
480483
if (node.description) {
481484
return node.description.value;
482485
}

0 commit comments

Comments
 (0)