| @@ -130,7 +130,7 @@ discard block | ||
| 130 | 130 | break; | 
| 131 | 131 | |
| 132 | 132 | default: | 
| 133 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); | |
| 133 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); | |
| 134 | 134 | break; | 
| 135 | 135 | } | 
| 136 | 136 | } | 
| @@ -180,7 +180,7 @@ discard block | ||
| 180 | 180 | break; | 
| 181 | 181 | |
| 182 | 182 | default: | 
| 183 | - $this->abortIf(true,'Migration cannot be executed on "'.$platform.'".'); | |
| 183 | + $this->abortIf(true, 'Migration cannot be executed on "'.$platform.'".'); | |
| 184 | 184 | break; | 
| 185 | 185 | } | 
| 186 | 186 | } |