amfi_detect.py: Adjust indentation

This commit is contained in:
Mykola Grymalyuk
2023-03-19 11:24:24 -06:00
parent 2986aea152
commit 55abbab145

View File

@@ -136,10 +136,10 @@ class AmfiConfigurationDetection:
See AmfiConfigLevel enum for valid levels
Parameters:
level (int): The level of AMFI checks to check for
level (int): The level of AMFI checks to check for
Returns:
bool: True if the AMFI configuration matches the level, False otherwise
bool: True if the AMFI configuration matches the level, False otherwise
"""
if level == AmfiConfigDetectLevel.NO_CHECK: