Fix code style in WCFSetup.class.php
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 5 Feb 2018 19:22:38 +0000 (20:22 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 5 Feb 2018 19:22:38 +0000 (20:22 +0100)
wcfsetup/install/files/lib/system/WCFSetup.class.php

index 60e4d16a228c8ed8b7be7a7649e71dc5fd6e6504..968b91c17e415b93e959d9143df6fad037f4a24a 100644 (file)
@@ -726,7 +726,6 @@ class WCFSetup extends WCF {
                                        throw new SystemException("MySQLnd is not being used for database communication.");
                                }
                                
-                               
                                // check for table conflicts
                                $conflictedTables = $this->getConflictedTables($db, $dbNumber);