mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove spurious newline
Even though some python styles suggest there should be multiple newlines between methods/classes, for consistency with the surrounding code, it's best to be consistent by having merely one newline between each functional block. MFC after: 1 week
This commit is contained in:
parent
a60d9a9892
commit
f6d7fcda27
1 changed files with 0 additions and 1 deletions
|
|
@ -524,7 +524,6 @@ class KATCCMParser:
|
|||
|
||||
yield values
|
||||
|
||||
|
||||
def _spdechex(s):
|
||||
return binascii.hexlify(''.join(s.split()))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue