Remove blank lines to pass code check.
This commit is contained in:
@@ -231,9 +231,9 @@ class MininetRunner( object ):
|
|||||||
|
|
||||||
test = self.options.test
|
test = self.options.test
|
||||||
test = ALTSPELLING.get( test, test )
|
test = ALTSPELLING.get( test, test )
|
||||||
|
|
||||||
mn.start()
|
mn.start()
|
||||||
|
|
||||||
if test == 'none':
|
if test == 'none':
|
||||||
pass
|
pass
|
||||||
elif test == 'all':
|
elif test == 'all':
|
||||||
|
|||||||
Reference in New Issue
Block a user