mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 08:04:51 +01:00
style: dartfmt
This commit is contained in:
parent
1276957b2d
commit
ea6bb37960
@ -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),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
],
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user