diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-03-25 15:38:59 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | ca3435f156f573d3d4f39c904d41fd121b6346d0 (patch) | |
tree | e83cfe3349b700be055fafc2a18aee4c0fcf23cc /mod/mod-ci-github.hxx | |
parent | c43ebafbd822647d4df2e175d983bc8d17a65f31 (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index edadf89..736b960 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -120,7 +120,7 @@ namespace brep explicit installation_access_token (json::parser&); - installation_access_token (const string& token, timestamp expires_at); // @@ move? + installation_access_token (string token, timestamp expires_at); installation_access_token () = default; }; |