From 95e3f1ffd143eafd3e06a3a46e6e15d8c218b582 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 20:59:54 -0600 Subject: [PATCH] branch_tier.hpp --- src/branch_tier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch_tier.hpp b/src/branch_tier.hpp index 7d5b5abd..c5300973 100644 --- a/src/branch_tier.hpp +++ b/src/branch_tier.hpp @@ -13,7 +13,7 @@ public: BranchTier(toml::value const &); public: - void copy_enabled_rw(BranchTier&); + void copy_enabled_rw(BranchTier &); public: uint64_t min_free_space;