Reeformat with new rules post merge

This commit is contained in:
Dane Everitt
2021-01-25 19:20:51 -08:00
parent 663143de0b
commit 0a2c89e9f4
14 changed files with 104 additions and 159 deletions

View File

@@ -185,9 +185,7 @@ class ServerViewController extends Controller
public function manage(Request $request, Server $server)
{
if ($server->status === Server::STATUS_INSTALL_FAILED) {
throw new DisplayException(
'This server is in a failed install state and cannot be recovered. Please delete and re-create the server.'
);
throw new DisplayException('This server is in a failed install state and cannot be recovered. Please delete and re-create the server.');
}
// Check if the panel doesn't have at least 2 nodes configured.