Skip to content

Commit c7aa90a

Browse files
author
rjabhi
committed
chore(amplify-gen2-codegen): run prettier
1 parent aaf6dba commit c7aa90a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/amplify-gen2-codegen/src/backend/synthesizer.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,9 +854,6 @@ export class BackendSynthesizer {
854854
nodes.push(tagAssignment);
855855
}
856856

857-
return factory.createNodeArray(
858-
[...imports, newLineIdentifier, ...errors, newLineIdentifier, backendStatement, ...nodes],
859-
true,
860-
);
857+
return factory.createNodeArray([...imports, newLineIdentifier, ...errors, newLineIdentifier, backendStatement, ...nodes], true);
861858
}
862859
}

0 commit comments

Comments
 (0)