From ecff253633ada6ca88db8ab207c593ebde033044 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 12 Dec 2022 14:21:17 +0100 Subject: Test: Add tests for critical git ops --- src/buildtool/file_system/git_repo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/file_system/git_repo.cpp') 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::optional > { #ifndef BOOTSTRAP_BUILD_TOOL try { InMemoryODBBackend b{kInMemoryODBParent, &entries}; -- cgit v1.2.3