diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py
index 21d62a9c69f89fde34007f0bd1600bd65747bc8e..32b5608f3f6c0035b1e029d3ed2b04b90fb45ca8 100644
--- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py
+++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py
@@ -8,7 +8,7 @@ if is_supported_f2py_platform():
     resnorm = import_f2py("ResNorm")
 else:
     unsupported_message()
-    
+
 from mantid.api import PythonAlgorithm, AlgorithmFactory, MatrixWorkspaceProperty, PropertyMode
 from mantid.kernel import StringListValidator, Direction
 from mantid.simpleapi import *