[Pkg-owncloud-commits] [owncloud] 29/199: save a whitespace
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit e9fa74bfb791796ec53b1129c3e20cdcccc9aa49
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri May 23 10:55:54 2014 +0200
save a whitespace
---
core/command/user/lastseen.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php
index bf5914b..b2788c0 100644
--- a/core/command/user/lastseen.php
+++ b/core/command/user/lastseen.php
@@ -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'));
}
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list