Skip to content

Commit 3e20fc9

Browse files
committed
formatting fixes
1 parent b70fc4d commit 3e20fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Channel/SessionManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use OCP\IDBConnection;
3030

3131
class SessionManager {
32-
const EXPIRED_SESSION_TIMEOUT = 30;
32+
const EXPIRED_SESSION_TIMEOUT = 30;
3333
private $connection;
3434
private $timeFactory;
3535
private $ipcFactory;
@@ -131,7 +131,7 @@ private function getExpiredSessions(): array {
131131
$query = $this->connection->getQueryBuilder();
132132

133133
$cutoffTime = $this->timeFactory->getTime() -
134-
self::EXPIRED_SESSION_TIMEOUT;
134+
self::EXPIRED_SESSION_TIMEOUT;
135135

136136
$query->select('session_id')
137137
->from('documentserver_sess')

0 commit comments

Comments
 (0)