@@ -136,7 +136,7 @@ |
||
136 | 136 | |
137 | 137 | try{ |
138 | 138 | $this->instance->connect(); |
139 | - }catch(PredisConnectionException $e){ |
|
139 | + } catch(PredisConnectionException $e){ |
|
140 | 140 | throw new phpFastCacheDriverException('Failed to connect to predis server', 0, $e); |
141 | 141 | } |
142 | 142 |