dhcp: cleanup/unify whitespace usage
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus 2020-11-05 18:54:26 +01:00
parent ae6b1bc58a
commit 56e026ba14
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# option definitions common to all supported networks...
option domain-name "{{ site_domain }}";
option domain-name-servers {{nextnode4}}, {{ name_server }};
option domain-name-servers {{ nextnode4 }}, {{ name_server }};
local-address {{ batman_ipv4 | ipaddr('address') }};