1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Minor: fix indents

This commit is contained in:
billz 2020-04-03 06:22:45 +00:00
parent 4eb6a5a2f7
commit dd54c0a5db

View File

@ -50,13 +50,11 @@ function DisplayAdBlockConfig()
echo renderTemplate(
"adblock", compact(
"status",
"serviceStatus",
"dnsmasq_state",
"enabled"
"status",
"serviceStatus",
"dnsmasq_state",
"enabled"
)
);
}