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 / Permission.php
index 8d0c43dfcef7fc05ce4376c4ce6dd4a6e2e49637..291eb1ca8edf5ee82d3b83af49232777812eb850 100644 (file)
@@ -100,7 +100,6 @@ class Permission extends AccessPluginBase implements CacheableDependencyInterfac
     return $this->t($this->options['perm']);
   }
 
-
   protected function defineOptions() {
     $options = parent::defineOptions();
     $options['perm'] = ['default' => 'access content'];