Update prettier and reformat code

This commit is contained in:
Nicolas Gallagher
2021-02-08 14:03:10 -08:00
parent 86b8048012
commit a5d6cd51ef
115 changed files with 714 additions and 727 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function createSerializer(styleSheet) {
const children = node.children || node.props.children;
if (children) {
if (Array.isArray(children)) {
children.forEach(child => {
children.forEach((child) => {
args.push(flattenNodeStyles(child));
});
} else {