mirror of
https://github.com/git-touch/git-touch
synced 2025-02-07 15:18:47 +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,
|
// "operationName": request.operation.operationName,
|
||||||
"variables": request.variables,
|
"variables": request.variables,
|
||||||
"query": printNode(request.operation.document),
|
"query": printNode(request.operation.document),
|
||||||
if (thunk != null)
|
if (thunk != null) "extensions": thunk.getRequestExtensions(request),
|
||||||
"extensions": thunk.getRequestExtensions(request),
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -185,8 +185,7 @@ class CommentItem extends StatelessWidget {
|
|||||||
SizedBox(height: 12),
|
SizedBox(height: 12),
|
||||||
MarkdownView(body), // TODO: link
|
MarkdownView(body), // TODO: link
|
||||||
SizedBox(height: 12),
|
SizedBox(height: 12),
|
||||||
if (widgets != null)
|
if (widgets != null) ...widgets
|
||||||
...widgets
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user