From be856a0cd8b97fcdb6374a2fe21cd72480e4be5e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 28 Jan 2024 22:35:48 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branches2.hpp b/src/branches2.hpp index c207d8ee..d12a6c35 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -15,5 +15,5 @@ public: uint64_t min_free_space; private: - std::vector _branches; + std::vector _branches; };