From 20a2f83a337265a27da8ebdc8dca7a689cc4aa92 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 27 Jan 2024 00:56:15 -0600 Subject: [PATCH] branches2.cpp --- src/branches2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branches2.cpp b/src/branches2.cpp index f8c159d6..0e949f16 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -19,7 +19,7 @@ Branches2::Branches2(toml::value const &v_) { auto const &branch_table = branch.as_table(); - if(branch_table["type"].as_string() == "literal") + if(branch_table["type"].as_string() == "literal"); } } }