Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-09-19 15:01:53 +0200
committerGitHub <noreply@github.com>2021-09-19 15:01:53 +0200
commitc33ab997c9ceff39924ce80018b620ba6b391f6a (patch)
tree85ffebab46e01368c89af645407fea99e38df99f /archinstall/lib/disk.py
parentaacbc2f29d1fe12500f8013163ccea897eddc497 (diff)
parentffe38c879acf59da3f9d25ba866608ff6d6db64d (diff)
Merge pull request #642 from SecondThundeR/misc-fixes
general: remove all found white-spaces
Diffstat (limited to 'archinstall/lib/disk.py')
-rw-r--r--archinstall/lib/disk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py
index 872d9bfc..5b92e1e1 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -1069,4 +1069,4 @@ def find_partition_by_mountpoint(block_devices, relative_mountpoint :str):
for device in block_devices:
for partition in block_devices[device]['partitions']:
if partition.get('mountpoint', None) == relative_mountpoint:
- return partition \ No newline at end of file
+ return partition