style: dartfmt

This commit is contained in:
Rongjian Zhang 2020-08-23 13:43:46 +08:00
parent 1276957b2d
commit ea6bb37960
2 changed files with 2 additions and 4 deletions

View File

@ -14,8 +14,7 @@ class GithubRequestSerializer extends RequestSerializer {
// "operationName": request.operation.operationName,
"variables": request.variables,
"query": printNode(request.operation.document),
if (thunk != null)
"extensions": thunk.getRequestExtensions(request),
if (thunk != null) "extensions": thunk.getRequestExtensions(request),
};
}
}

View File

@ -185,8 +185,7 @@ class CommentItem extends StatelessWidget {
SizedBox(height: 12),
MarkdownView(body), // TODO: link
SizedBox(height: 12),
if (widgets != null)
...widgets
if (widgets != null) ...widgets
],
);
}