Update virtuser_file.php

Add operator spacing to fix coding style check
This commit is contained in:
Ioannis Dressos
2024-10-29 17:18:18 +02:00
committed by GitHub
parent f136d490ef
commit b54f09f235

View File

@@ -68,7 +68,7 @@ class virtuser_file extends rcube_plugin
$arr = preg_split('/\s+/', trim($r[$i]));
if (count($arr) > 0) {
$p['user'] = trim(str_replace('\@', '@', $arr[count($arr)-1]));
$p['user'] = trim(str_replace('\@', '@', $arr[count($arr) - 1]));
break;
}
}