Browse Source

style fix: removed redundant blank lines at the end of file.
trivial, skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2018 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
a7ac13ce1c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/bin/bindctl/cmdparse.py

+ 0 - 7
src/bin/bindctl/cmdparse.py

@@ -116,10 +116,3 @@ class BindCmdParse:
                 if not groups.group('blank') and \
                    not groups.group('comma'):
                     raise CmdParamFormatError(self.module, self.command)
-                    
-                
-            
-            
-            
-    
-