Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / src / Plugin / views / access / Role.php
index e35daa1eea9359f4a244722f3a793fcfb955976f..d1fe8abcc240da01d30c3df81c39fc994e0b2d1b 100644 (file)
@@ -96,7 +96,6 @@ class Role extends AccessPluginBase implements CacheableDependencyInterface {
     }
   }
 
-
   protected function defineOptions() {
     $options = parent::defineOptions();
     $options['role'] = ['default' => []];