diff options
| author | ruki <[email protected]> | 2020-07-01 00:54:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-30 23:24:45 +0800 |
| commit | 632953a98bfc82aabcb7752b46ed4d90e4537d45 (patch) | |
| tree | d934229a52793a9ff82f0006fdfeda5880d67a39 /xmake/core/project/target.lua | |
| parent | cb6d357208b2db9516aaa0046bca751e51b32ec2 (diff) | |
fix codestyle
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index fc73acd25..302f7cff8 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -895,8 +895,6 @@ function _instance:targetdir() if mode then targetdir = path.join(targetdir, mode) end - - -- ok? return targetdir end |
