@@ -54,7 +54,7 @@ |
||
| 54 | 54 | { |
| 55 | 55 | try { |
| 56 | 56 | return $this->filesystem->delete($key); |
| 57 | - } catch (FileNotFoundException $ex){ |
|
| 57 | + } catch (FileNotFoundException $ex) { |
|
| 58 | 58 | return true; |
| 59 | 59 | } |
| 60 | 60 | } |