Skip to content

Commit

Permalink
feat(next-drupal): fix spaces
Browse files Browse the repository at this point in the history
Removed spaces from next.services.yml
  • Loading branch information
Bojan Bogdanovic committed Sep 9, 2024
1 parent 467349f commit d8f5e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/next/next.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ services:
- { name: event_subscriber }
next.cache_tag_node_mapper:
class: Drupal\next\CacheTagNodeMapper
arguments: [ '@database' ]
arguments: ['@database']
next.cache_tag_revalidator_task_store:
class: Drupal\next\CacheTagRevalidatorTaskStore
arguments: [ '@database' ]
arguments: ['@database']
next.path_revalidator_helper:
class: Drupal\next\PathRevalidatorHelper
arguments:
Expand Down

0 comments on commit d8f5e7e

Please sign in to comment.