From 7a6d89cab9c9768790d94ad6747584b79083e446 Mon Sep 17 00:00:00 2001 From: Mariia Rybalka Date: Tue, 16 Apr 2024 15:44:22 +0200 Subject: [PATCH] Redo deleting newline from the end of file --- decompiler/frontend/binaryninja/handlers/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decompiler/frontend/binaryninja/handlers/constants.py b/decompiler/frontend/binaryninja/handlers/constants.py index fa30e5fc..073d498a 100644 --- a/decompiler/frontend/binaryninja/handlers/constants.py +++ b/decompiler/frontend/binaryninja/handlers/constants.py @@ -82,4 +82,4 @@ def lift_constant_pointer(self, pointer: mediumlevelil.MediumLevelILConstPtr, ** OperationType.address, [res], vartype=res.type, - ) \ No newline at end of file + )