diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-04-23 14:44:46 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 6f00d92f204599a4231ecad8cc4becebc83f8bcc (patch) | |
tree | 52b1c4fa25d3b57a3b7e8e1aa0bd761a089237c2 /mod/mod-ci-github-gq.cxx | |
parent | aa0acc89c86d286416fb0325cb7f28b4ece416b6 (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; |