diff options
| author | Roy Ivy III <[email protected]> | 2020-02-22 20:32:11 -0600 |
|---|---|---|
| committer | Roy Ivy III <[email protected]> | 2020-02-22 20:37:57 -0600 |
| commit | d76b2b96872e3860af34b3256bc1df2189835829 (patch) | |
| tree | fe17b4bbc5b5105f2cdd0840fe1b6d17e2d9602f /xmake/plugins/project/main.lua | |
| parent | f1a390e71d8c96ab005b01115e04ad109ea44d77 (diff) | |
change ~ remove unnecessary trailing `${clear}` from cprint()'s
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rwxr-xr-x | xmake/plugins/project/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index af8d7a2cb..8fee9d9cc 100755 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -87,5 +87,5 @@ function main() environment.leave("toolchains") -- trace - cprint("${color.success}create ok!${clear}") + cprint("${color.success}create ok!") end |
