diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-23 14:44:46 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 68385233360f59b03a4036b1fae2f47764cc206f (patch) | |
tree | bd1447f6da0ac892fda5c140fbac6199fb9d5604 /mod/mod-ci-github-gq.cxx | |
parent | 108ae845697198aacca69a2a859363cb59e9c35d (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-gq.cxx')
-rw-r--r-- | mod/mod-ci-github-gq.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx index 1e6e6c9..0b70e47 100644 --- a/mod/mod-ci-github-gq.cxx +++ b/mod/mod-ci-github-gq.cxx @@ -215,7 +215,7 @@ namespace brep { vector<gh_check_run> check_runs; // Received check runs. - resp (json::parser& p) : check_runs (gq_parse_response_check_runs (p)) {} + resp (json::parser& p): check_runs (gq_parse_response_check_runs (p)) {} resp () = default; } rs; |