From a021a958682748bb50c5573cd145bce06cb1c2d0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 3 Jun 2024 21:10:39 +0200 Subject: [PATCH] src: style update --- src/etc/inc/plugins.inc.d/opendns.inc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/etc/inc/plugins.inc.d/opendns.inc b/src/etc/inc/plugins.inc.d/opendns.inc index a7f66c893..a456a17a1 100644 --- a/src/etc/inc/plugins.inc.d/opendns.inc +++ b/src/etc/inc/plugins.inc.d/opendns.inc @@ -51,14 +51,13 @@ function opendns_configure_do($verbose = false) function opendns_xmlrpc_sync() { - return [ - [ - 'description' => gettext('OpenDNS'), - 'section' => 'opendns', - 'id' => 'opendns' - ] - ]; + return [[ + 'description' => gettext('OpenDNS'), + 'section' => 'opendns', + 'id' => 'opendns', + ]]; } + function opendns_register($pconfig) { $ch = curl_init();