luci-app-ttyd: code alignment

This commit is contained in:
Beginner-Go 2022-06-22 16:43:33 +00:00
parent fb783bb49b
commit 95da1b6d0b

View File

@ -4,6 +4,6 @@ function index()
if not (luci.sys.call("pidof ttyd > /dev/null") == 0) then
return
end
entry({"admin", "system", "terminal"}, template("terminal/terminal"), _("TTYD Terminal"), 10).leaf = true
end