summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-01 00:54:07 +0800
committerruki <[email protected]>2020-06-30 23:24:45 +0800
commit632953a98bfc82aabcb7752b46ed4d90e4537d45 (patch)
treed934229a52793a9ff82f0006fdfeda5880d67a39 /xmake/core/project/target.lua
parentcb6d357208b2db9516aaa0046bca751e51b32ec2 (diff)
fix codestyle
Diffstat (limited to 'xmake/core/project/target.lua')
-rw-r--r--xmake/core/project/target.lua2
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