Remove superfluous empty line
authorJoshua Rüsweg <josh@bastelstu.be>
Mon, 27 Nov 2017 20:09:52 +0000 (21:09 +0100)
committerJoshua Rüsweg <josh@bastelstu.be>
Mon, 27 Nov 2017 20:09:52 +0000 (21:09 +0100)
See #2485

wcfsetup/install/files/lib/system/importer/UserTrophyImporter.class.php

index b49726fe135ab490858cddfb961392b16cca4b58..ca9cf7a2724f722916ce572c9beb7c6fbfffe334 100644 (file)
@@ -48,7 +48,6 @@ class UserTrophyImporter extends AbstractImporter {
                                ];
                        }
                        
-                       
                        $this->importI18nValues($items, 'wcf.user.trophy', 'com.woltlab.wcf');
                        
                        (new UserTrophyEditor($userTrophy))->update($updateData);