From 55abbab145ef807638b07517f4c72803500de45c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 19 Mar 2023 11:24:24 -0600 Subject: [PATCH] amfi_detect.py: Adjust indentation --- resources/amfi_detect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/amfi_detect.py b/resources/amfi_detect.py index 6dd0c4465..d57d593fb 100644 --- a/resources/amfi_detect.py +++ b/resources/amfi_detect.py @@ -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: