luci-app-statistics: fix whitespaces

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2019-01-24 09:50:40 +01:00
parent 21b29f3faf
commit e380c29960

View file

@ -189,7 +189,6 @@ function statistics_render()
is_index = true is_index = true
end end
-- render graphs -- render graphs
for i, inst in luci.util.vspairs( instances ) do for i, inst in luci.util.vspairs( instances ) do
for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do