From 68385233360f59b03a4036b1fae2f47764cc206f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Apr 2024 14:44:46 +0200 Subject: Review --- mod/mod-ci-github-gq.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-ci-github-gq.cxx') 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 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; -- cgit v1.1