Skip to content

Commit 58eda42

Browse files
committed
Fixed ruff complaint
1 parent f7bb4df commit 58eda42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/global_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def _validate_bootloader(self) -> str | None:
437437
root_partition: PartitionModification | None = None
438438
boot_partition: PartitionModification | None = None
439439
efi_partition: PartitionModification | None = None
440-
440+
441441
if arch_config_handler.args.skip_boot:
442442
# We only need to do this if statement if we hide
443443
# the bootloader from the menu system, otherwise

0 commit comments

Comments
 (0)