diff options
-rw-r--r-- | src/rcl_app_info.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rcl_app_info.erl b/src/rcl_app_info.erl index bc64e30..b73d609 100644 --- a/src/rcl_app_info.erl +++ b/src/rcl_app_info.erl @@ -63,8 +63,8 @@ vsn :: ec_semver:semver(), dir :: file:name(), link=false :: boolean(), - active_deps :: [atom()], - library_deps :: [atom()]}). + active_deps=[]:: [atom()], + library_deps=[] :: [atom()]}). %%============================================================================ %% types |