Skip to content

Commit f123103

Browse files
committed
fix: correct indentation in shouldGenerateFunctionsInClass function
1 parent 1ce0780 commit f123103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ export function shouldGenerateFunctionsInClass(
159159
) {
160160
return Boolean(
161161
typeInResolverInterfacesConfig ||
162-
node.fields?.some((fieldNode) => fieldNode.arguments?.length),
162+
node.fields?.some((fieldNode) => fieldNode.arguments?.length),
163163
);
164164
}

0 commit comments

Comments
 (0)