diff options
| author | ruki <[email protected]> | 2020-05-22 22:50:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-22 11:04:24 +0800 |
| commit | adad9bc3ad159e5cf327d2058ff212c831fedcfd (patch) | |
| tree | 6896dfc0a8d26e411f59cae1e6bedc396fb9d6df /xmake/plugins | |
| parent | f216efbfd66a9e72ed423d34f28c17243190ac70 (diff) | |
improve toolchains values
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/show/showlist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/show/showlist.lua b/xmake/plugins/show/showlist.lua index acd7e2587..7a7e90b54 100644 --- a/xmake/plugins/show/showlist.lua +++ b/xmake/plugins/show/showlist.lua @@ -24,7 +24,7 @@ import("core.base.text") -- show values function main(values) - local tbl = {align = 'l', sep = " "} + local tbl = {align = 'l', sep = " "} local row = {} for _, value in ipairs(values) do table.insert(row, value) |
