diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 10:56:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-01 13:42:28 +0200 |
commit | 94e18a92a97f685070ddfd87cacfbda02396ca62 (patch) | |
tree | 419e088113bd82e9d74b0e7d48a0f761ab5bc825 /mod/mod-ci-github-service-data.cxx | |
parent | e5b50ebc00573189f258befcd0c6b17b7d78ef8a (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github-service-data.cxx')
-rw-r--r-- | mod/mod-ci-github-service-data.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx index c4cd364..7e61f09 100644 --- a/mod/mod-ci-github-service-data.cxx +++ b/mod/mod-ci-github-service-data.cxx @@ -126,12 +126,12 @@ namespace brep uint64_t iid, string rid, string rcu, - string pid, kind_type k, bool rr, bool pc, string cs, string rs, + string pid, uint32_t prn) : kind (k), pre_check (pc), re_request (rr), warning_success (ws), |