Remove whitespace

Remove whitespace accidentally added in [1].

[1]: commit d6c162ea080f0df27f3109bf4aab84788704272c
This commit is contained in:
deeplow 2023-12-13 12:29:41 +00:00
parent 555cd33eb6
commit e923ac0788
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -164,7 +164,7 @@ The following instructions require typing commands in a terminal in dom0.
``` ```
qvm-create --class AppVM --label red --template fedora-38-dz \ qvm-create --class AppVM --label red --template fedora-38-dz \
--prop netvm="" --prop template_for_dispvms=True \ --prop netvm="" --prop template_for_dispvms=True \
--prop default_dispvm='' dz-dvm --prop default_dispvm='' dz-dvm
``` ```