fix: make static_check happy

This commit is contained in:
JimMoen 2023-05-30 14:00:20 +08:00
parent 909d348570
commit 8569fac6eb
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
-export_type([export/0]). -export_type([export/0]).
-type storage() :: emqx_ft_storage_fs:storage(). -type storage() :: emqx_ft_storage_fs:storage() | undefined.
-type transfer() :: emqx_ft:transfer(). -type transfer() :: emqx_ft:transfer().
-type filemeta() :: emqx_ft:filemeta(). -type filemeta() :: emqx_ft:filemeta().
-type checksum() :: emqx_ft:checksum(). -type checksum() :: emqx_ft:checksum().