diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php
index af8dc319457798e5682943b1b1c238ebf23d3130..58504c4ded0ed01ce09624abe2ea1c3b337d35b8 100644
--- a/module/VuFind/src/VuFind/Db/Row/User.php
+++ b/module/VuFind/src/VuFind/Db/Row/User.php
@@ -131,7 +131,9 @@ class User extends RowGateway
             $select->join(
                 array('rt' => 'resource_tags'), 'tags.id = rt.tag_id', array()
             );
-            $select->join(array('r' => 'resource'), 'rt.resource_id = r.id', array())
+            $select->join(
+                array('r' => 'resource'), 'rt.resource_id = r.id', array()
+            );
             $select->join(
                 array('ur' => 'user_resource'), 'r.id = ur.resource_id', array()
             );