From f632d0d3aaa0cf06bb660d5574b19a1120f43303 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Apr 2024 11:16:08 +0200 Subject: Review --- mod/mod-ci-github-gh.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mod/mod-ci-github-gh.hxx') diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 3898afd..0e4cf4e 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -138,6 +138,12 @@ namespace brep gh_installation_access_token () = default; }; + string + gh_to_iso8601 (timestamp); + + timestamp + gh_from_iso8601 (const string&); + ostream& operator<< (ostream&, const gh_check_suite&); @@ -155,12 +161,6 @@ namespace brep ostream& operator<< (ostream&, const gh_installation_access_token&); - - string - to_iso8601 (timestamp); - - timestamp - from_iso8601 (const string&); } #endif // MOD_MOD_CI_GITHUB_GH_HXX -- cgit v1.1