mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
amfi_detect.py: Adjust indentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user