From 4b099d1d3bd2790f793928e63868fe6ed61d4f04 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 25 Jan 2024 22:42:38 -0600 Subject: [PATCH] branch2.cpp --- src/branch2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch2.cpp b/src/branch2.cpp index e91a7336..fae8bfb4 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -3,5 +3,5 @@ Branch2::Branch2(toml::value const &v_) { - + enabled = v_["enabled"].as_boolean(); }