diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/file_system/git_repo.cpp | 2 |
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 e5b5e65e..0aae1176 100644 --- a/src/buildtool/file_system/git_repo.cpp +++ b/src/buildtool/file_system/git_repo.cpp @@ -1421,7 +1421,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}; |