codacy: fix trailing whitespace
This commit is contained in:
parent
853ae94d52
commit
8f8ca04562
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class DhcpService(UtilService):
|
|||
startup = ("touch /var/lib/dhcp/dhcpd.leases","dhcpd")
|
||||
shutdown = ("killall dhcpd",)
|
||||
validate = ("pidof dhcpd",)
|
||||
|
||||
|
||||
@classmethod
|
||||
def generate_config(cls, node, filename):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue