Explorar el Código

Pylint whitespace fix

Removed superfluous whitespace.
Marta Marczykowska-Górecka hace 5 años
padre
commit
9d16bec870
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      qubesmanager/backup.py

+ 1 - 1
qubesmanager/backup.py

@@ -353,7 +353,7 @@ class BackupVMsWindow(ui_backupdlg.Ui_Backup, multiselectwidget.QtGui.QWizard):
             if self.thread_monitor.success and \
                     self.turn_off_checkbox.isChecked():
                 os.system('systemctl poweroff')
-                
+
         signal.signal(signal.SIGCHLD, old_sigchld_handler)
 
     def reject(self):