mirror of https://github.com/Nonannet/pelfy.git
blank line removed
This commit is contained in:
parent
27e48f8d5b
commit
7d2028c2bb
|
@ -44,7 +44,7 @@ class elf_symbol():
|
||||||
def __init__(self, file: 'elf_file', fields: dict[str, int], index: int):
|
def __init__(self, file: 'elf_file', fields: dict[str, int], index: int):
|
||||||
"""
|
"""
|
||||||
Initializes ELF symbol instance
|
Initializes ELF symbol instance
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
file: ELF file object
|
file: ELF file object
|
||||||
fields: symbol header fields
|
fields: symbol header fields
|
||||||
|
|
Loading…
Reference in New Issue