summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_repo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_repo.cpp')
-rw-r--r--src/buildtool/file_system/git_repo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp
index baac7cf5..0b56099c 100644
--- a/src/buildtool/file_system/git_repo.cpp
+++ b/src/buildtool/file_system/git_repo.cpp
@@ -1073,7 +1073,7 @@ auto GitRepo::ReadTreeData(std::string const& data,
}
auto GitRepo::CreateShallowTree(tree_entries_t const& entries) noexcept
- -> std::optional<std::pair<std::string, std::string> > {
+ -> std::optional<std::pair<std::string, std::string>> {
#ifndef BOOTSTRAP_BUILD_TOOL
try {
InMemoryODBBackend b{kInMemoryODBParent, &entries};