diff options
| author | ruki <[email protected]> | 2022-08-27 21:50:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-27 21:50:24 +0800 |
| commit | c63f962b4369cb1d5c7ca24bfbe3031a831e9e77 (patch) | |
| tree | e158d79e9af9bb81e659ac4059ec5b2ce6c3dbff /xmake/rules/c++/modules/modules_support/clang.lua | |
| parent | 3f5b5e1cd78d0f67acae51340a03ae11192bcef6 (diff) | |
format code
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/clang.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang.lua b/xmake/rules/c++/modules/modules_support/clang.lua index fb3a2d1fa..ea11cbe1c 100644 --- a/xmake/rules/c++/modules/modules_support/clang.lua +++ b/xmake/rules/c++/modules/modules_support/clang.lua @@ -153,7 +153,7 @@ function generate_dependencies(target, sourcebatch, opt) changed = true local dependinfo = io.readfile(jsonfile) - return { moduleinfo = dependinfo } + return {moduleinfo = dependinfo} end, {dependfile = dependfile, files = {sourcefile}}) end return changed |
