summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_tree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_tree.hpp')
-rw-r--r--src/buildtool/file_system/git_tree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_tree.hpp b/src/buildtool/file_system/git_tree.hpp
index f928b7d7..ac14e239 100644
--- a/src/buildtool/file_system/git_tree.hpp
+++ b/src/buildtool/file_system/git_tree.hpp
@@ -158,7 +158,7 @@ class GitTreeEntry {
gsl::not_null<GitCASPtr> cas_;
std::string raw_id_;
ObjectType type_;
- AtomicValue<std::optional<GitTree>> tree_cached_{};
+ AtomicValue<std::optional<GitTree>> tree_cached_;
};
using GitTreePtr = std::shared_ptr<GitTree const>;