From 246a90b0e6a130517ef2a9cec86d5cd87d3ba6ee Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sun, 20 Dec 2020 14:04:00 +0000
Subject: [PATCH] Replaced tabs with spaces

---
 src/Console/DatabaseStructure.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Console/DatabaseStructure.php b/src/Console/DatabaseStructure.php
index b998c420b8..a7934ef84c 100644
--- a/src/Console/DatabaseStructure.php
+++ b/src/Console/DatabaseStructure.php
@@ -62,9 +62,9 @@ Commands
 Options
     -h|--help|-?       Show help information
     -v                 Show more debug information.
-	-e|--execute       Execute the dropping.
+    -e|--execute       Execute the dropping.
     -f|--force         Force the update command (Even if the database structure matches)
-	-o|--override      Override running or stalling updates
+    -o|--override      Override running or stalling updates
 HELP;
 		return $help;
 	}