From 9e2f4c85daabf71da71745ee7c2be9385dfab222 Mon Sep 17 00:00:00 2001 From: J Ryan Wagner Date: Mon, 25 Mar 2024 11:54:56 -0400 Subject: [PATCH] Spacing Co-authored-by: Chris Reynolds --- pantheon_advanced_page_cache.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon_advanced_page_cache.module b/pantheon_advanced_page_cache.module index 2ded562..85c4e2a 100644 --- a/pantheon_advanced_page_cache.module +++ b/pantheon_advanced_page_cache.module @@ -12,7 +12,7 @@ use Drupal\image\Entity\ImageStyle; function pantheon_advanced_page_cache_file_update(EntityInterface $file) { // Don't try this if we're not in a Pantheon environment. if (function_exists('pantheon_clear_edge_paths')) { - // No matter what, the file's base URL needs to be cleared out . + // No matter what, the file's base URL needs to be cleared out. $paths_to_clear = [$file->createFileUrl()]; // If this is an image, we need to clear the edge cache paths for every