From ed92f3c67d4fe312b7cdbd82f0fdbd235cc1aa91 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 27 Jan 2024 00:52:50 -0600 Subject: [PATCH] branches2.cpp --- src/branches2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/branches2.cpp b/src/branches2.cpp index 0fca16ab..e773c8d7 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -19,7 +19,8 @@ Branches2::Branches2(toml::value const &v_) { auto const &branch_table = branch.as_table(); - + if(branch_table["type"] == "literal") + printf("literal\n"); } } }