diff options
| author | ruki <[email protected]> | 2020-05-27 23:12:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-27 13:17:14 +0800 |
| commit | 1e2303544e75629529941231450bd035e4a81083 (patch) | |
| tree | 835f382b53f9eaddd276cec807b542f97d00df2b | |
| parent | 721d756f2dc03f596d5ec420319cd045dfca2b35 (diff) | |
fix codestyles
| -rw-r--r-- | xmake/modules/private/utils/progress.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/utils/progress.lua b/xmake/modules/private/utils/progress.lua index f4496005c..52c068041 100644 --- a/xmake/modules/private/utils/progress.lua +++ b/xmake/modules/private/utils/progress.lua @@ -19,8 +19,8 @@ -- -- imports -import('core.base.object') -import('core.theme.theme') +import("core.base.object") +import("core.theme.theme") -- print back characters function _make_clearchars(backnum) |
