Skip to content

Commit

Permalink
Removed newline at the end of general_conf.py to not alter it
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Jul 31, 2023
1 parent 9397dac commit c8376f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/interactions/general_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ def select_additional_repositories(preset: List[str]) -> List[str]:
case MenuSelectionType.Reset: return []
case MenuSelectionType.Selection: return choice.single_value

return []
return []

0 comments on commit c8376f9

Please sign in to comment.