diff options
| author | ruki <[email protected]> | 2021-08-21 10:17:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-21 10:17:15 +0800 |
| commit | d5d7448a1d7622ce6b82ebff3ddbea8a7cdd31e5 (patch) | |
| tree | 50c099e1d6d8caf96d0cc3a80178df96c55f6e93 | |
| parent | 875fdfe22fb96ff5ef2b654b276acd363f2b906b (diff) | |
format code
| -rw-r--r-- | xmake/modules/private/action/require/impl/lock_packages.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/lock_packages.lua b/xmake/modules/private/action/require/impl/lock_packages.lua index 05debf6f2..02bf64a9b 100644 --- a/xmake/modules/private/action/require/impl/lock_packages.lua +++ b/xmake/modules/private/action/require/impl/lock_packages.lua @@ -48,7 +48,7 @@ function _lock_package(instance) return git.lastcommit({repodir = repo:directory()}) end end} - result.repo = {url = repo:url(), commit = lastcommit, branch = repo:branch()} + result.repo = {url = repo:url(), commit = lastcommit, branch = repo:branch()} end return result end |
