unbound: my favourite way to reduce future diffs is a trailing comma

This commit is contained in:
Franco Fichtner 2023-03-14 10:28:16 +01:00
parent fff42a1264
commit 9be3015c75

View File

@ -46,7 +46,7 @@ function unbound_configure()
'local' => array('unbound_configure_do'),
'newwanip' => array('unbound_configure_do:2'),
'unbound_start' => array('unbound_configure_do'),
'unbound_stop' => array('unbound_service_stop')
'unbound_stop' => array('unbound_service_stop'),
);
}