Skip to content

Commit 8159761

Browse files
committed
Fix formatting
1 parent 8752622 commit 8159761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ def copy_efi(self):
10191019
print("is removed from the partition")
10201020
print("We highly recommend users partition 200MB off their drive with Disk Utility")
10211021
print(" Name:\t\t OPENCORE")
1022-
print(" Format:\t FAT32")
1022+
print(" Format:\t\t FAT32")
10231023
print(" Size:\t\t 200MB")
10241024
choice = input("\nWould you like to still install OpenCore to this drive?(y/n): ")
10251025
if not choice in ["y", "Y", "Yes", "yes"]:

0 commit comments

Comments
 (0)