From 9be3015c759edc8159bc8d24d246108493f38c63 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 14 Mar 2023 10:28:16 +0100 Subject: [PATCH] unbound: my favourite way to reduce future diffs is a trailing comma --- src/etc/inc/plugins.inc.d/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/unbound.inc b/src/etc/inc/plugins.inc.d/unbound.inc index 7249d1eeb..45cfc3374 100644 --- a/src/etc/inc/plugins.inc.d/unbound.inc +++ b/src/etc/inc/plugins.inc.d/unbound.inc @@ -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'), ); }