mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-06 21:45:33 +01:00
Fix spaces
This commit is contained in:
parent
95924a3ccd
commit
035f4fb6c7
3 changed files with 8 additions and 5 deletions
|
@ -28,7 +28,7 @@ class Addresses
|
|||
});
|
||||
|
||||
if (!$file) {
|
||||
throw new PartialNotFoundException(vsprintf('%s does not exist.', [
|
||||
throw new PartialNotFoundException(vsprintf('%s does not exist.', [
|
||||
$filename,
|
||||
]));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue