fixed : code style

This commit is contained in:
lgbo-ustc 2021-11-12 14:30:31 +08:00 committed by liangjiabiao
parent d0de8ce961
commit 11c8729b80

View File

@ -66,7 +66,7 @@ public:
/**
* Called by LocalCachedFileReader, must be used in pair
* The second value of the return tuple is the local_path to store file.
* The second value of the return tuple is the local_path to store file.
* It will be empty if the file has not been downloaded
*/
std::tuple<FILE *, std::filesystem::path> allocFile();