diff options
author | Giovanni Giacobbi <giovanni@giacobbi.net> | 2021-01-20 09:36:08 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-20 12:36:13 +0200 |
commit | d3280e6f5df17b799230e229c9472cf8854015ae (patch) | |
tree | df164446021686b30b92c7d132bf2fb2bb4478b8 /modules/luci-base/luasrc/store.lua | |
parent | 03d11de79f84e3bc88311a10dd4bedfab4617515 (diff) |
treewide: minor fixes to typos, whitespace, and indentation
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
Diffstat (limited to 'modules/luci-base/luasrc/store.lua')
-rw-r--r-- | modules/luci-base/luasrc/store.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |