aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gq.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github-gq.cxx')
-rw-r--r--mod/mod-ci-github-gq.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx
index 3805445..10ffa78 100644
--- a/mod/mod-ci-github-gq.cxx
+++ b/mod/mod-ci-github-gq.cxx
@@ -436,7 +436,7 @@ namespace brep
ostringstream os;
- os << "mutation {" << '\n';
+ os << "mutation {" << '\n';
// Serialize a `createCheckRun` for the build.
//
@@ -472,7 +472,7 @@ namespace brep
<< " }" << '\n'
<< "}" << '\n';
- os << "}" << '\n';
+ os << "}" << '\n';
return os.str ();
}