]> source.dussan.org Git - nextcloud-server.git/commitdiff
save a whitespace
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 23 May 2014 08:55:54 +0000 (10:55 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 23 May 2014 08:55:54 +0000 (10:55 +0200)
core/command/user/lastseen.php

index bf5914b2cde9b4110a41daac3667aff6a020d8f9..b2788c0030562c661449744abc3f168cdf2fe225 100644 (file)
@@ -40,8 +40,8 @@ class LastSeen extends Command {
                } else {
                        $date = new \DateTime();
                        $date->setTimestamp($lastLogin);
-                       $output->writeln($user->getUID() . '`s ' .
-                               ' last login: ' . $date->format('d.m.Y h:i'));
+                       $output->writeln($user->getUID() .
+                               '`s last login: ' . $date->format('d.m.Y h:i'));
                }
        }
 }