fix spaces

This commit is contained in:
Loki3000 2017-01-10 14:21:23 +03:00 committed by GitHub
parent 5262779101
commit 74a2938f8e
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Database extends \OC\Group\Backend {
} }
$this->fixDI(); $this->fixDI();
// No magic! // No magic!
$qb = $this->dbConn->getQueryBuilder(); $qb = $this->dbConn->getQueryBuilder();
$cursor = $qb->select('gid') $cursor = $qb->select('gid')