From 173dcb79aa5b317143ae586cbc54e64c5eacc04a Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Mon, 24 Oct 2022 13:37:34 +0100
Subject: [PATCH] working on custom logging

---
 binarycpython/utils/custom_logging_functions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/binarycpython/utils/custom_logging_functions.py b/binarycpython/utils/custom_logging_functions.py
index 94a5b6691..22baf71bd 100644
--- a/binarycpython/utils/custom_logging_functions.py
+++ b/binarycpython/utils/custom_logging_functions.py
@@ -37,7 +37,6 @@ def get_dynamic_library_file_extension():
     # Otherwise return .so
     return 'so'
 
-
 def autogen_C_logging_code(logging_dict: dict, verbosity: int = 0) -> Optional[str]:
     """
     Function that auto-generates PRINTF statements for binaryc.
-- 
GitLab