From 697dbec6a13d85fc19c815211af9c874fda5bc0c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 10 Jun 2024 16:36:41 -0600 Subject: [PATCH] Fix indentation --- opencore_legacy_patcher/efi_builder/misc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencore_legacy_patcher/efi_builder/misc.py b/opencore_legacy_patcher/efi_builder/misc.py index 517b92c6f..d7c015040 100644 --- a/opencore_legacy_patcher/efi_builder/misc.py +++ b/opencore_legacy_patcher/efi_builder/misc.py @@ -77,7 +77,8 @@ xw self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += self.constants.fu_arguments - def _restrict_events_handling(self) -> None: """ + def _restrict_events_handling(self) -> None: + """ RestrictEvents Handler """