fix(trie): export set_compact/1

This commit is contained in:
Shawn 2021-07-23 09:35:18 +08:00
parent 327a464844
commit 7c5caee89c
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
, lock_tables/0 , lock_tables/0
]). ]).
-export([is_compact/0, set_compact/1]).
-ifdef(TEST). -ifdef(TEST).
-compile(export_all). -compile(export_all).
-compile(nowarn_export_all). -compile(nowarn_export_all).