* Remove extra space.

This commit is contained in:
Guan Xiying
2021-09-09 15:44:27 +08:00
parent f336c6d370
commit 5c4178002d
+1 -1
View File
@@ -434,7 +434,7 @@ class repo extends control
{
if(!file_exists($cacheFile . '.lock'))
{
touch($cacheFile . '.lock');
touch($cacheFile . '.lock');
file_put_contents($cacheFile, serialize($infos));
unlink($cacheFile . '.lock');
}