Removed trailing whitespace

This commit is contained in:
Klention Mali 2025-07-14 19:46:14 +02:00
commit cca174babb
No known key found for this signature in database
GPG key ID: 777C0B2D8F048DAB

View file

@ -143,7 +143,7 @@ def main():
free_pe_dest = get_pv_free_pe(module, destination) free_pe_dest = get_pv_free_pe(module, destination)
if free_pe_dest < allocated: if free_pe_dest < allocated:
module.fail_json( module.fail_json(
msg="Destination device %s has only %d free physical extents, but source device %s has %d allocated extents. Not enough space." % msg="Destination device %s has only %d free physical extents, but source device %s has %d allocated extents. Not enough space." %
(destination, free_pe_dest, source, allocated) (destination, free_pe_dest, source, allocated)
) )