diff options
Diffstat (limited to 'modules/luci-base/luasrc')
-rw-r--r-- | modules/luci-base/luasrc/cacheloader.lua | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/store.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/cacheloader.lua b/modules/luci-base/luasrc/cacheloader.lua index 11e5f6900f..7ef971df8d 100644 --- a/modules/luci-base/luasrc/cacheloader.lua +++ b/modules/luci-base/luasrc/cacheloader.lua @@ -9,4 +9,4 @@ module "luci.cacheloader" if config.ccache and config.ccache.enable == "1" then ccache.cache_ondemand() -end
\ No newline at end of file +end diff --git a/modules/luci-base/luasrc/store.lua b/modules/luci-base/luasrc/store.lua index 34eb296229..a735981137 100644 --- a/modules/luci-base/luasrc/store.lua +++ b/modules/luci-base/luasrc/store.lua @@ -3,4 +3,4 @@ -- Licensed to the public under the Apache License 2.0. local util = require "luci.util" -module("luci.store", util.threadlocal)
\ No newline at end of file +module("luci.store", util.threadlocal) |