From 312de957f43f6d3b2c17eb935cca06d9132ff034 Mon Sep 17 00:00:00 2001
From: Matthew Exon <github.mexon@spamgourmet.com>
Date: Mon, 3 May 2021 20:56:49 +0200
Subject: [PATCH] Fix assignment statement alignment

Co-authored-by: Philipp <admin+Github@philipp.info>
---
 src/Console/Contact.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Console/Contact.php b/src/Console/Contact.php
index 8bff00f1d6..57f64fd9ac 100644
--- a/src/Console/Contact.php
+++ b/src/Console/Contact.php
@@ -268,7 +268,7 @@ HELP;
 				}
 				break;
 			case 'url':
-				$user = $this->getUserByNick(2);
+				$user    = $this->getUserByNick(2);
 				$url     = $this->getArgument(3);
 				$contact = ContactModel::getByURLForUser($url, $user['uid'], false, $fields);
 				if (!empty($contact)) {
-- 
2.39.5