Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blattm committed Mar 28, 2024
1 parent 30a6342 commit 167acd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/frontend/binaryninja/handlers/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, lifter):
NamedTypeReferenceType: self._lift_named_type_ref,
}
self._lifted_globals: dict[int, GlobalVariable] = {} # Cache for already lifted global variables, keys are addresses
self._view: Optional[BinaryView] = None # Will be set in first call to lift_global_variable
self._view: Optional[BinaryView] = None # Will be set in first call to lift_global_variable

def register(self):
"""Register the handler at its parent lifter."""
Expand Down

0 comments on commit 167acd5

Please sign in to comment.