Fix indentation issues

This commit is contained in:
Tautvidas Sipavičius
2016-06-30 13:29:23 +03:00
parent 8a9d14319b
commit b7d8d482fe
14 changed files with 97 additions and 76 deletions

View File

@ -124,7 +124,7 @@ class Subscribers {
Url::redirectTo($success_page_url);
}
}
break;
break;
case 'message':
default:
@ -143,7 +143,7 @@ class Subscribers {
Url::redirectBack($params);
}
break;
break;
}
}
}