Browse Source

[1678] removed white space in a blank line.

JINMEI Tatuya 13 years ago
parent
commit
883ef5b0d7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/lettuce/features/terrain/bind10_control.py

+ 0 - 1
tests/lettuce/features/terrain/bind10_control.py

@@ -243,7 +243,6 @@ def check_pid(step, process_name):
             found = True
     assert found, "Process named " + process_name +\
                   " not found in output of Boss show_processes";
-    
 
 @step('set bind10 configuration (\S+) to (.*)(?: with cmdctl port (\d+))?')
 def config_set_command(step, name, value, cmdctl_port):